Html Css Color HEX #314462 Gulf Blue

📋 copy color: '#314462'

red 49 ◦ green 68 ◦ blue 98

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

Shades of Gulf Blue #314462

Tints of Gulf Blue #314462

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.63%

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

R = 22.79%
G = 31.63%
B = 45.58%

CMYK

 C value IS 0.5

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#314462 (or 0x314462) is known color: Gulf Blue. HEX triplet: 31, 44 and 62. RGB value is (49,68,98). Sum of RGB (Red+Green+Blue) = 49+68+98=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 98 (38.67% from 255 or 45.58% from 215); Max value from RGB is 98 - color contains mainly: blue. Hex color #314462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314462 is #CEBB9D. Grayscale: #414141. Windows color (decimal): -13548446 or 6439985. OLE color: 6439985.

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

Color convert

RGB 49 68 98 -
CMYK 0.5 0.31 0 0.62
HSL 216.73º 0.33% 0.29% -
HSV(B) 216.73º 0.5% 0.38% -
XYZ 5.54 5.67 12.36 -
YUV 65.74 146.21 116.06 -
System Red Green Blue C M Y K H S L
Decimal 49 68 98 0.5 0.31 0 0.62 216.73 0.33 0.29
Hex 31 44 62 32 1F 0 3E D9 21 1D
Octal 61 104 142 62 37 0 76 331 41 35
Binary 110001 1000100 1100010 110010 11111 0 111110 11011001 100001 11101

Color Harmonies of #314462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314462

Black with #314462

Text Example


Text Example

White with #314462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314462; }

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

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

background-color css

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

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

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

border-color css

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

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

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