Html Css Color HEX #314367 Gulf Blue

📋 copy color: '#314367'

red 49 ◦ green 67 ◦ blue 103

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

Shades of Gulf Blue #314367

Tints of Gulf Blue #314367

RGB

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

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

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

R = 22.37%
G = 30.59%
B = 47.03%

CMYK

 C value IS 0.52

 M value IS 0.35

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#314367 (or 0x314367) is known color: Gulf Blue. HEX triplet: 31, 43 and 67. RGB value is (49,67,103). Sum of RGB (Red+Green+Blue) = 49+67+103=219 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.37% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 103 (40.62% from 255 or 47.03% from 219); Max value from RGB is 103 - color contains mainly: blue. Hex color #314367 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314367 is #CEBC98. Grayscale: #414141. Windows color (decimal): -13548697 or 6767409. OLE color: 6767409.

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

Color convert

RGB 49 67 103 -
CMYK 0.52 0.35 0 0.60
HSL 220º 0.36% 0.3% -
HSV(B) 220º 0.52% 0.4% -
XYZ 5.72 5.65 13.62 -
YUV 65.72 149.04 116.07 -
System Red Green Blue C M Y K H S L
Decimal 49 67 103 0.52 0.35 0 0.60 220 0.36 0.3
Hex 31 43 67 34 23 0 3C DC 24 1E
Octal 61 103 147 64 43 0 74 334 44 36
Binary 110001 1000011 1100111 110100 100011 0 111100 11011100 100100 11110

Color Harmonies of #314367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314367

Black with #314367

Text Example


Text Example

White with #314367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314367; }

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

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

background-color css

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

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

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

border-color css

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

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

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