Html Css Color HEX #314362 Gulf Blue

📋 copy color: '#314362'

red 49 ◦ green 67 ◦ blue 98

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

Shades of Gulf Blue #314362

Tints of Gulf Blue #314362

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.31%

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

R = 22.9%
G = 31.31%
B = 45.79%

CMYK

 C value IS 0.5

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#314362 (or 0x314362) is known color: Gulf Blue. HEX triplet: 31, 43 and 62. RGB value is (49,67,98). Sum of RGB (Red+Green+Blue) = 49+67+98=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 98 (38.67% from 255 or 45.79% from 214); Max value from RGB is 98 - color contains mainly: blue. Hex color #314362 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314362 is #CEBC9D. Grayscale: #414141. Windows color (decimal): -13548702 or 6439729. OLE color: 6439729.

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

Color convert

RGB 49 67 98 -
CMYK 0.5 0.32 0 0.62
HSL 217.96º 0.33% 0.29% -
HSV(B) 217.96º 0.5% 0.38% -
XYZ 5.48 5.55 12.34 -
YUV 65.15 146.54 116.48 -
System Red Green Blue C M Y K H S L
Decimal 49 67 98 0.5 0.32 0 0.62 217.96 0.33 0.29
Hex 31 43 62 32 20 0 3E DA 21 1D
Octal 61 103 142 62 40 0 76 332 41 35
Binary 110001 1000011 1100010 110010 100000 0 111110 11011010 100001 11101

Color Harmonies of #314362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314362

Black with #314362

Text Example


Text Example

White with #314362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314362; }

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

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

background-color css

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

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

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

border-color css

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

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

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