Html Css Color HEX #334768 Gulf Blue

📋 copy color: '#334768'

red 51 ◦ green 71 ◦ blue 104

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

Shades of Gulf Blue #334768

Tints of Gulf Blue #334768

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.42%

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

R = 22.57%
G = 31.42%
B = 46.02%

CMYK

 C value IS 0.51

 M value IS 0.32

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#334768 (or 0x334768) is known color: Gulf Blue. HEX triplet: 33, 47 and 68. RGB value is (51,71,104). Sum of RGB (Red+Green+Blue) = 51+71+104=226 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.57% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 104 (41.02% from 255 or 46.02% from 226); Max value from RGB is 104 - color contains mainly: blue. Hex color #334768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334768 is #CCB897. Grayscale: #444444. Windows color (decimal): -13416600 or 6833971. OLE color: 6833971.

HSL color Cylindrical-coordinate representation of color #334768: hue angle of 217.36º 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 #334768 is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 51 71 104 -
CMYK 0.51 0.32 0 0.59
HSL 217.36º 0.34% 0.3% -
HSV(B) 217.36º 0.51% 0.41% -
XYZ 6.12 6.21 13.97 -
YUV 68.78 147.87 115.32 -
System Red Green Blue C M Y K H S L
Decimal 51 71 104 0.51 0.32 0 0.59 217.36 0.34 0.3
Hex 33 47 68 33 20 0 3B D9 22 1E
Octal 63 107 150 63 40 0 73 331 42 36
Binary 110011 1000111 1101000 110011 100000 0 111011 11011001 100010 11110

Color Harmonies of #334768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334768

Black with #334768

Text Example


Text Example

White with #334768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334768; }

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

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

background-color css

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

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

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

border-color css

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

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

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