Html Css Color HEX #314564 Gulf Blue

📋 copy color: '#314564'

red 49 ◦ green 69 ◦ blue 100

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

Shades of Gulf Blue #314564

Tints of Gulf Blue #314564

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.65%

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

R = 22.48%
G = 31.65%
B = 45.87%

CMYK

 C value IS 0.51

 M value IS 0.31

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#314564 (or 0x314564) is known color: Gulf Blue. HEX triplet: 31, 45 and 64. RGB value is (49,69,100). Sum of RGB (Red+Green+Blue) = 49+69+100=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 100 (39.45% from 255 or 45.87% from 218); Max value from RGB is 100 - color contains mainly: blue. Hex color #314564 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314564 is #CEBA9B. Grayscale: #424242. Windows color (decimal): -13548188 or 6571313. OLE color: 6571313.

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

Color convert

RGB 49 69 100 -
CMYK 0.51 0.31 0 0.61
HSL 216.47º 0.34% 0.29% -
HSV(B) 216.47º 0.51% 0.39% -
XYZ 5.69 5.83 12.88 -
YUV 66.55 146.87 115.48 -
System Red Green Blue C M Y K H S L
Decimal 49 69 100 0.51 0.31 0 0.61 216.47 0.34 0.29
Hex 31 45 64 33 1F 0 3D D8 22 1D
Octal 61 105 144 63 37 0 75 330 42 35
Binary 110001 1000101 1100100 110011 11111 0 111101 11011000 100010 11101

Color Harmonies of #314564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314564

Black with #314564

Text Example


Text Example

White with #314564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314564; }

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

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

background-color css

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

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

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

border-color css

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

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

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