Html Css Color HEX #314565 Gulf Blue

📋 copy color: '#314565'

red 49 ◦ green 69 ◦ blue 101

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

Shades of Gulf Blue #314565

Tints of Gulf Blue #314565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 46.12%

R = 22.37%
G = 31.51%
B = 46.12%

CMYK

 C value IS 0.51

 M value IS 0.32

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#314565 (or 0x314565) is known color: Gulf Blue. HEX triplet: 31, 45 and 65. RGB value is (49,69,101). Sum of RGB (Red+Green+Blue) = 49+69+101=219 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.37% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 101 (39.84% from 255 or 46.12% from 219); Max value from RGB is 101 - color contains mainly: blue. Hex color #314565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314565 is #CEBA9A. Grayscale: #424242. Windows color (decimal): -13548187 or 6636849. OLE color: 6636849.

HSL color Cylindrical-coordinate representation of color #314565: hue angle of 216.92º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #314565 is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 49 69 101 -
CMYK 0.51 0.32 0 0.60
HSL 216.92º 0.35% 0.29% -
HSV(B) 216.92º 0.51% 0.4% -
XYZ 5.74 5.85 13.14 -
YUV 66.67 147.37 115.4 -
System Red Green Blue C M Y K H S L
Decimal 49 69 101 0.51 0.32 0 0.60 216.92 0.35 0.29
Hex 31 45 65 33 20 0 3C D9 23 1D
Octal 61 105 145 63 40 0 74 331 43 35
Binary 110001 1000101 1100101 110011 100000 0 111100 11011001 100011 11101

Color Harmonies of #314565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314565

Black with #314565

Text Example


Text Example

White with #314565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314565; }

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

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

background-color css

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

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

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

border-color css

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

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

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