Html Css Color HEX #314465 Gulf Blue

📋 copy color: '#314465'

red 49 ◦ green 68 ◦ blue 101

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

Shades of Gulf Blue #314465

Tints of Gulf Blue #314465

RGB

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

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

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

R = 22.48%
G = 31.19%
B = 46.33%

CMYK

 C value IS 0.51

 M value IS 0.33

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#314465 (or 0x314465) is known color: Gulf Blue. HEX triplet: 31, 44 and 65. RGB value is (49,68,101). Sum of RGB (Red+Green+Blue) = 49+68+101=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 101 (39.84% from 255 or 46.33% from 218); Max value from RGB is 101 - color contains mainly: blue. Hex color #314465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314465 is #CEBB9A. Grayscale: #414141. Windows color (decimal): -13548443 or 6636593. OLE color: 6636593.

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

Color convert

RGB 49 68 101 -
CMYK 0.51 0.33 0 0.60
HSL 218.08º 0.35% 0.29% -
HSV(B) 218.08º 0.51% 0.4% -
XYZ 5.68 5.73 13.12 -
YUV 66.08 147.71 115.82 -
System Red Green Blue C M Y K H S L
Decimal 49 68 101 0.51 0.33 0 0.60 218.08 0.35 0.29
Hex 31 44 65 33 21 0 3C DA 23 1D
Octal 61 104 145 63 41 0 74 332 43 35
Binary 110001 1000100 1100101 110011 100001 0 111100 11011010 100011 11101

Color Harmonies of #314465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314465

Black with #314465

Text Example


Text Example

White with #314465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314465; }

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

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

background-color css

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

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

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

border-color css

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

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

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