Html Css Color HEX #314062 Gulf Blue

📋 copy color: '#314062'

red 49 ◦ green 64 ◦ blue 98

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

Shades of Gulf Blue #314062

Tints of Gulf Blue #314062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 46.45%

R = 23.22%
G = 30.33%
B = 46.45%

CMYK

 C value IS 0.5

 M value IS 0.35

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#314062 (or 0x314062) is known color: Gulf Blue. HEX triplet: 31, 40 and 62. RGB value is (49,64,98). Sum of RGB (Red+Green+Blue) = 49+64+98=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 98 (38.67% from 255 or 46.45% from 211); Max value from RGB is 98 - color contains mainly: blue. Hex color #314062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314062 is #CEBF9D. Grayscale: #3F3F3F. Windows color (decimal): -13549470 or 6438961. OLE color: 6438961.

HSL color Cylindrical-coordinate representation of color #314062: hue angle of 221.63º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #314062 is Cyan = 0.5, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 64 98 -
CMYK 0.5 0.35 0 0.62
HSL 221.63º 0.33% 0.29% -
HSV(B) 221.63º 0.5% 0.38% -
XYZ 5.3 5.2 12.28 -
YUV 63.39 147.53 117.74 -
System Red Green Blue C M Y K H S L
Decimal 49 64 98 0.5 0.35 0 0.62 221.63 0.33 0.29
Hex 31 40 62 32 23 0 3E DE 21 1D
Octal 61 100 142 62 43 0 76 336 41 35
Binary 110001 1000000 1100010 110010 100011 0 111110 11011110 100001 11101

Color Harmonies of #314062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314062

Black with #314062

Text Example


Text Example

White with #314062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314062; }

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

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

background-color css

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

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

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

border-color css

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

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

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