Html Css Color HEX #314366 Gulf Blue

📋 copy color: '#314366'

red 49 ◦ green 67 ◦ blue 102

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

Shades of Gulf Blue #314366

Tints of Gulf Blue #314366

RGB

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

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

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

R = 22.48%
G = 30.73%
B = 46.79%

CMYK

 C value IS 0.52

 M value IS 0.34

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#314366 (or 0x314366) is known color: Gulf Blue. HEX triplet: 31, 43 and 66. RGB value is (49,67,102). Sum of RGB (Red+Green+Blue) = 49+67+102=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 102 (40.23% from 255 or 46.79% from 218); Max value from RGB is 102 - color contains mainly: blue. Hex color #314366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314366 is #CEBC99. Grayscale: #414141. Windows color (decimal): -13548698 or 6701873. OLE color: 6701873.

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

Color convert

RGB 49 67 102 -
CMYK 0.52 0.34 0 0.6
HSL 219.62º 0.35% 0.3% -
HSV(B) 219.62º 0.52% 0.4% -
XYZ 5.67 5.63 13.36 -
YUV 65.61 148.54 116.15 -
System Red Green Blue C M Y K H S L
Decimal 49 67 102 0.52 0.34 0 0.6 219.62 0.35 0.3
Hex 31 43 66 34 22 0 3C DC 23 1E
Octal 61 103 146 64 42 0 74 334 43 36
Binary 110001 1000011 1100110 110100 100010 0 111100 11011100 100011 11110

Color Harmonies of #314366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314366

Black with #314366

Text Example


Text Example

White with #314366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314366; }

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

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

background-color css

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

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

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

border-color css

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

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

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