Html Css Color HEX #314064 Gulf Blue

📋 copy color: '#314064'

red 49 ◦ green 64 ◦ blue 100

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

Shades of Gulf Blue #314064

Tints of Gulf Blue #314064

RGB

 RED value IS 49 (19.53% from 255) = 23%

 GREEN value IS 64 (25.39% from 255) = 30.05%

 BLUE value IS 100 (39.45% from 255) = 46.95%

R = 23%
G = 30.05%
B = 46.95%

CMYK

 C value IS 0.51

 M value IS 0.36

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#314064 (or 0x314064) is known color: Gulf Blue. HEX triplet: 31, 40 and 64. RGB value is (49,64,100). Sum of RGB (Red+Green+Blue) = 49+64+100=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 100 (39.45% from 255 or 46.95% from 213); Max value from RGB is 100 - color contains mainly: blue. Hex color #314064 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314064 is #CEBF9B. Grayscale: #3F3F3F. Windows color (decimal): -13549468 or 6570033. OLE color: 6570033.

HSL color Cylindrical-coordinate representation of color #314064: hue angle of 222.35º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #314064 is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 49 64 100 -
CMYK 0.51 0.36 0 0.61
HSL 222.35º 0.34% 0.29% -
HSV(B) 222.35º 0.51% 0.39% -
XYZ 5.4 5.24 12.78 -
YUV 63.62 148.53 117.57 -
System Red Green Blue C M Y K H S L
Decimal 49 64 100 0.51 0.36 0 0.61 222.35 0.34 0.29
Hex 31 40 64 33 24 0 3D DE 22 1D
Octal 61 100 144 63 44 0 75 336 42 35
Binary 110001 1000000 1100100 110011 100100 0 111101 11011110 100010 11101

Color Harmonies of #314064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314064

Black with #314064

Text Example


Text Example

White with #314064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314064; }

 p { color: rgb(49,64,100); }

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

background-color css

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

 a { background-color: rgb(49,64,100); }

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

border-color css

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

 span { border-color: rgb(49,64,100); }

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