Html Css Color HEX #314466 Gulf Blue

📋 copy color: '#314466'

red 49 ◦ green 68 ◦ blue 102

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

Shades of Gulf Blue #314466

Tints of Gulf Blue #314466

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.05%

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

R = 22.37%
G = 31.05%
B = 46.58%

CMYK

 C value IS 0.52

 M value IS 0.33

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#314466 (or 0x314466) is known color: Gulf Blue. HEX triplet: 31, 44 and 66. RGB value is (49,68,102). Sum of RGB (Red+Green+Blue) = 49+68+102=219 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.37% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 102 (40.23% from 255 or 46.58% from 219); Max value from RGB is 102 - color contains mainly: blue. Hex color #314466 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314466 is #CEBB99. Grayscale: #424242. Windows color (decimal): -13548442 or 6702129. OLE color: 6702129.

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

Color convert

RGB 49 68 102 -
CMYK 0.52 0.33 0 0.6
HSL 218.49º 0.35% 0.3% -
HSV(B) 218.49º 0.52% 0.4% -
XYZ 5.73 5.75 13.38 -
YUV 66.2 148.21 115.74 -
System Red Green Blue C M Y K H S L
Decimal 49 68 102 0.52 0.33 0 0.6 218.49 0.35 0.3
Hex 31 44 66 34 21 0 3C DA 23 1E
Octal 61 104 146 64 41 0 74 332 43 36
Binary 110001 1000100 1100110 110100 100001 0 111100 11011010 100011 11110

Color Harmonies of #314466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314466

Black with #314466

Text Example


Text Example

White with #314466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314466; }

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

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

background-color css

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

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

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

border-color css

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

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

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