Html Css Color HEX #334669 Gulf Blue

📋 copy color: '#334669'

red 51 ◦ green 70 ◦ blue 105

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

Shades of Gulf Blue #334669

Tints of Gulf Blue #334669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 46.46%

R = 22.57%
G = 30.97%
B = 46.46%

CMYK

 C value IS 0.51

 M value IS 0.33

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#334669 (or 0x334669) is known color: Gulf Blue. HEX triplet: 33, 46 and 69. RGB value is (51,70,105). Sum of RGB (Red+Green+Blue) = 51+70+105=226 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.57% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 105 - color contains mainly: blue. Hex color #334669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334669 is #CCB996. Grayscale: #444444. Windows color (decimal): -13416855 or 6899251. OLE color: 6899251.

HSL color Cylindrical-coordinate representation of color #334669: hue angle of 218.89º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #334669 is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 51 70 105 -
CMYK 0.51 0.33 0 0.59
HSL 218.89º 0.35% 0.31% -
HSV(B) 218.89º 0.51% 0.41% -
XYZ 6.11 6.1 14.22 -
YUV 68.31 148.71 115.65 -
System Red Green Blue C M Y K H S L
Decimal 51 70 105 0.51 0.33 0 0.59 218.89 0.35 0.31
Hex 33 46 69 33 21 0 3B DB 23 1F
Octal 63 106 151 63 41 0 73 333 43 37
Binary 110011 1000110 1101001 110011 100001 0 111011 11011011 100011 11111

Color Harmonies of #334669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334669

Black with #334669

Text Example


Text Example

White with #334669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334669; }

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

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

background-color css

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

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

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

border-color css

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

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

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