Html Css Color HEX #314165 Gulf Blue

📋 copy color: '#314165'

red 49 ◦ green 65 ◦ blue 101

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

Shades of Gulf Blue #314165

Tints of Gulf Blue #314165

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.23%

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

R = 22.79%
G = 30.23%
B = 46.98%

CMYK

 C value IS 0.51

 M value IS 0.36

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#314165 (or 0x314165) is known color: Gulf Blue. HEX triplet: 31, 41 and 65. RGB value is (49,65,101). Sum of RGB (Red+Green+Blue) = 49+65+101=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 101 (39.84% from 255 or 46.98% from 215); Max value from RGB is 101 - color contains mainly: blue. Hex color #314165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314165 is #CEBE9A. Grayscale: #404040. Windows color (decimal): -13549211 or 6635825. OLE color: 6635825.

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

Color convert

RGB 49 65 101 -
CMYK 0.51 0.36 0 0.60
HSL 221.54º 0.35% 0.29% -
HSV(B) 221.54º 0.51% 0.4% -
XYZ 5.51 5.37 13.06 -
YUV 64.32 148.7 117.07 -
System Red Green Blue C M Y K H S L
Decimal 49 65 101 0.51 0.36 0 0.60 221.54 0.35 0.29
Hex 31 41 65 33 24 0 3C DE 23 1D
Octal 61 101 145 63 44 0 74 336 43 35
Binary 110001 1000001 1100101 110011 100100 0 111100 11011110 100011 11101

Color Harmonies of #314165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314165

Black with #314165

Text Example


Text Example

White with #314165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314165; }

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

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

background-color css

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

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

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

border-color css

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

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

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