Html Css Color HEX #314365 Gulf Blue

📋 copy color: '#314365'

red 49 ◦ green 67 ◦ blue 101

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

Shades of Gulf Blue #314365

Tints of Gulf Blue #314365

RGB

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

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

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

R = 22.58%
G = 30.88%
B = 46.54%

CMYK

 C value IS 0.51

 M value IS 0.34

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#314365 (or 0x314365) is known color: Gulf Blue. HEX triplet: 31, 43 and 65. RGB value is (49,67,101). Sum of RGB (Red+Green+Blue) = 49+67+101=217 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.58% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 101 (39.84% from 255 or 46.54% from 217); Max value from RGB is 101 - color contains mainly: blue. Hex color #314365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314365 is #CEBC9A. Grayscale: #414141. Windows color (decimal): -13548699 or 6636337. OLE color: 6636337.

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

Color convert

RGB 49 67 101 -
CMYK 0.51 0.34 0 0.60
HSL 219.23º 0.35% 0.29% -
HSV(B) 219.23º 0.51% 0.4% -
XYZ 5.62 5.61 13.1 -
YUV 65.49 148.04 116.24 -
System Red Green Blue C M Y K H S L
Decimal 49 67 101 0.51 0.34 0 0.60 219.23 0.35 0.29
Hex 31 43 65 33 22 0 3C DB 23 1D
Octal 61 103 145 63 42 0 74 333 43 35
Binary 110001 1000011 1100101 110011 100010 0 111100 11011011 100011 11101

Color Harmonies of #314365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314365

Black with #314365

Text Example


Text Example

White with #314365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314365; }

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

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

background-color css

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

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

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

border-color css

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

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

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