Html Css Color HEX #314267 Gulf Blue

📋 copy color: '#314267'

red 49 ◦ green 66 ◦ blue 103

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

Shades of Gulf Blue #314267

Tints of Gulf Blue #314267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 47.25%

R = 22.48%
G = 30.28%
B = 47.25%

CMYK

 C value IS 0.52

 M value IS 0.36

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#314267 (or 0x314267) is known color: Gulf Blue. HEX triplet: 31, 42 and 67. RGB value is (49,66,103). Sum of RGB (Red+Green+Blue) = 49+66+103=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 103 (40.62% from 255 or 47.25% from 218); Max value from RGB is 103 - color contains mainly: blue. Hex color #314267 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314267 is #CEBD98. Grayscale: #404040. Windows color (decimal): -13548953 or 6767153. OLE color: 6767153.

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

Color convert

RGB 49 66 103 -
CMYK 0.52 0.36 0 0.60
HSL 221.11º 0.36% 0.3% -
HSV(B) 221.11º 0.52% 0.4% -
XYZ 5.66 5.53 13.6 -
YUV 65.14 149.37 116.49 -
System Red Green Blue C M Y K H S L
Decimal 49 66 103 0.52 0.36 0 0.60 221.11 0.36 0.3
Hex 31 42 67 34 24 0 3C DD 24 1E
Octal 61 102 147 64 44 0 74 335 44 36
Binary 110001 1000010 1100111 110100 100100 0 111100 11011101 100100 11110

Color Harmonies of #314267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314267

Black with #314267

Text Example


Text Example

White with #314267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314267; }

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

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

background-color css

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

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

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

border-color css

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

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

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