Html Css Color HEX #334665 Gulf Blue

📋 copy color: '#334665'

red 51 ◦ green 70 ◦ blue 101

#334665
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gulf Blue #334665

Tints of Gulf Blue #334665

RGB

 RED value IS 51 (20.31% from 255) = 22.97%

 GREEN value IS 70 (27.73% from 255) = 31.53%

 BLUE value IS 101 (39.84% from 255) = 45.5%

R = 22.97%
G = 31.53%
B = 45.5%

CMYK

 C value IS 0.50

 M value IS 0.31

 Y value IS 0

 K value IS 0.60

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#334665 (or 0x334665) is known color: Gulf Blue. HEX triplet: 33, 46 and 65. RGB value is (51,70,101). Sum of RGB (Red+Green+Blue) = 51+70+101=222 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.97% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 101 (39.84% from 255 or 45.50% from 222); Max value from RGB is 101 - color contains mainly: blue. Hex color #334665 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334665 is #CCB99A. Grayscale: #434343. Windows color (decimal): -13416859 or 6637107. OLE color: 6637107.

HSL color Cylindrical-coordinate representation of color #334665: hue angle of 217.2º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #334665 is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 51 70 101 -
CMYK 0.50 0.31 0 0.60
HSL 217.2º 0.33% 0.3% -
HSV(B) 217.2º 0.5% 0.4% -
XYZ 5.9 6.02 13.16 -
YUV 67.85 146.71 115.98 -
System Red Green Blue C M Y K H S L
Decimal 51 70 101 0.50 0.31 0 0.60 217.2 0.33 0.3
Hex 33 46 65 32 1F 0 3C D9 21 1E
Octal 63 106 145 62 37 0 74 331 41 36
Binary 110011 1000110 1100101 110010 11111 0 111100 11011001 100001 11110

Color Harmonies of #334665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334665

Black with #334665

Text Example


Text Example

White with #334665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334665; }

 p { color: rgb(51,70,101); }

 H1.HeaderClassName
 {
   color: #334665;
 }
 .AnyTagClassName
 {
   color: #334665;
 }
</style>

background-color css

<style>
 a { background-color: #334665; }

 a { background-color: rgb(51,70,101); }

 div.DivClassName
 {
   background-color: #334665;
 }
 .BgClassName
 {
   background-color: #334665;
 }
</style>

border-color css

<style>
 span { border-color: #334665; }

 span { border-color: rgb(51,70,101); }

 td.TdClassName
 {
   border-color: #334665;
 }
 .TagClassName
 {
   border-color: #334665;
 }
</style>