Html Css Color HEX #334668 Gulf Blue

📋 copy color: '#334668'

red 51 ◦ green 70 ◦ blue 104

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

Shades of Gulf Blue #334668

Tints of Gulf Blue #334668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 46.22%

R = 22.67%
G = 31.11%
B = 46.22%

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

#334668 (or 0x334668) is known color: Gulf Blue. HEX triplet: 33, 46 and 68. RGB value is (51,70,104). Sum of RGB (Red+Green+Blue) = 51+70+104=225 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.67% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 104 (41.02% from 255 or 46.22% from 225); Max value from RGB is 104 - color contains mainly: blue. Hex color #334668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334668 is #CCB997. Grayscale: #444444. Windows color (decimal): -13416856 or 6833715. OLE color: 6833715.

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

Color convert

RGB 51 70 104 -
CMYK 0.51 0.33 0 0.59
HSL 218.49º 0.34% 0.3% -
HSV(B) 218.49º 0.51% 0.41% -
XYZ 6.05 6.08 13.95 -
YUV 68.2 148.21 115.74 -
System Red Green Blue C M Y K H S L
Decimal 51 70 104 0.51 0.33 0 0.59 218.49 0.34 0.3
Hex 33 46 68 33 21 0 3B DA 22 1E
Octal 63 106 150 63 41 0 73 332 42 36
Binary 110011 1000110 1101000 110011 100001 0 111011 11011010 100010 11110

Color Harmonies of #334668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334668

Black with #334668

Text Example


Text Example

White with #334668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334668; }

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

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

background-color css

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

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

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

border-color css

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

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

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