Html Css Color HEX #314266 Gulf Blue

📋 copy color: '#314266'

red 49 ◦ green 66 ◦ blue 102

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

Shades of Gulf Blue #314266

Tints of Gulf Blue #314266

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.41%

 BLUE value IS 102 (40.23% from 255) = 47%

R = 22.58%
G = 30.41%
B = 47%

CMYK

 C value IS 0.52

 M value IS 0.35

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#314266 (or 0x314266) is known color: Gulf Blue. HEX triplet: 31, 42 and 66. RGB value is (49,66,102). Sum of RGB (Red+Green+Blue) = 49+66+102=217 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.58% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 102 (40.23% from 255 or 47.00% from 217); Max value from RGB is 102 - color contains mainly: blue. Hex color #314266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314266 is #CEBD99. Grayscale: #404040. Windows color (decimal): -13548954 or 6701617. OLE color: 6701617.

HSL color Cylindrical-coordinate representation of color #314266: hue angle of 220.75º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #314266 is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 49 66 102 -
CMYK 0.52 0.35 0 0.6
HSL 220.75º 0.35% 0.3% -
HSV(B) 220.75º 0.52% 0.4% -
XYZ 5.61 5.51 13.34 -
YUV 65.02 148.87 116.57 -
System Red Green Blue C M Y K H S L
Decimal 49 66 102 0.52 0.35 0 0.6 220.75 0.35 0.3
Hex 31 42 66 34 23 0 3C DD 23 1E
Octal 61 102 146 64 43 0 74 335 43 36
Binary 110001 1000010 1100110 110100 100011 0 111100 11011101 100011 11110

Color Harmonies of #314266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314266

Black with #314266

Text Example


Text Example

White with #314266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314266; }

 p { color: rgb(49,66,102); }

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

background-color css

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

 a { background-color: rgb(49,66,102); }

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

border-color css

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

 span { border-color: rgb(49,66,102); }

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