Html Css Color HEX #314562 Gulf Blue

📋 copy color: '#314562'

red 49 ◦ green 69 ◦ blue 98

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

Shades of Gulf Blue #314562

Tints of Gulf Blue #314562

RGB

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

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

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

R = 22.69%
G = 31.94%
B = 45.37%

CMYK

 C value IS 0.5

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#314562 (or 0x314562) is known color: Gulf Blue. HEX triplet: 31, 45 and 62. RGB value is (49,69,98). Sum of RGB (Red+Green+Blue) = 49+69+98=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 69 (27.34% from 255 or 31.94% from 216); Blue value is 98 (38.67% from 255 or 45.37% from 216); Max value from RGB is 98 - color contains mainly: blue. Hex color #314562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314562 is #CEBA9D. Grayscale: #424242. Windows color (decimal): -13548190 or 6440241. OLE color: 6440241.

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

Color convert

RGB 49 69 98 -
CMYK 0.5 0.30 0 0.62
HSL 215.51º 0.33% 0.29% -
HSV(B) 215.51º 0.5% 0.38% -
XYZ 5.6 5.79 12.38 -
YUV 66.33 145.87 115.64 -
System Red Green Blue C M Y K H S L
Decimal 49 69 98 0.5 0.30 0 0.62 215.51 0.33 0.29
Hex 31 45 62 32 1E 0 3E D8 21 1D
Octal 61 105 142 62 36 0 76 330 41 35
Binary 110001 1000101 1100010 110010 11110 0 111110 11011000 100001 11101

Color Harmonies of #314562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314562

Black with #314562

Text Example


Text Example

White with #314562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314562; }

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

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

background-color css

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

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

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

border-color css

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

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

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