Html Css Color HEX #314262 Gulf Blue

📋 copy color: '#314262'

red 49 ◦ green 66 ◦ blue 98

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

Shades of Gulf Blue #314262

Tints of Gulf Blue #314262

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.99%

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

R = 23%
G = 30.99%
B = 46.01%

CMYK

 C value IS 0.5

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#314262 (or 0x314262) is known color: Gulf Blue. HEX triplet: 31, 42 and 62. RGB value is (49,66,98). Sum of RGB (Red+Green+Blue) = 49+66+98=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 98 (38.67% from 255 or 46.01% from 213); Max value from RGB is 98 - color contains mainly: blue. Hex color #314262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314262 is #CEBD9D. Grayscale: #404040. Windows color (decimal): -13548958 or 6439473. OLE color: 6439473.

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

Color convert

RGB 49 66 98 -
CMYK 0.5 0.33 0 0.62
HSL 219.18º 0.33% 0.29% -
HSV(B) 219.18º 0.5% 0.38% -
XYZ 5.42 5.43 12.32 -
YUV 64.57 146.87 116.9 -
System Red Green Blue C M Y K H S L
Decimal 49 66 98 0.5 0.33 0 0.62 219.18 0.33 0.29
Hex 31 42 62 32 21 0 3E DB 21 1D
Octal 61 102 142 62 41 0 76 333 41 35
Binary 110001 1000010 1100010 110010 100001 0 111110 11011011 100001 11101

Color Harmonies of #314262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314262

Black with #314262

Text Example


Text Example

White with #314262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314262; }

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

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

background-color css

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

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

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

border-color css

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

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

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