Html Css Color HEX #314668 Gulf Blue

📋 copy color: '#314668'

red 49 ◦ green 70 ◦ blue 104

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

Shades of Gulf Blue #314668

Tints of Gulf Blue #314668

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.39%

 BLUE value IS 104 (41.02% from 255) = 46.64%

R = 21.97%
G = 31.39%
B = 46.64%

CMYK

 C value IS 0.53

 M value IS 0.33

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#314668 (or 0x314668) is known color: Gulf Blue. HEX triplet: 31, 46 and 68. RGB value is (49,70,104). Sum of RGB (Red+Green+Blue) = 49+70+104=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 70 (27.73% from 255 or 31.39% from 223); Blue value is 104 (41.02% from 255 or 46.64% from 223); Max value from RGB is 104 - color contains mainly: blue. Hex color #314668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314668 is #CEB997. Grayscale: #434343. Windows color (decimal): -13547928 or 6833713. OLE color: 6833713.

HSL color Cylindrical-coordinate representation of color #314668: hue angle of 217.09º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #314668 is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 49 70 104 -
CMYK 0.53 0.33 0 0.59
HSL 217.09º 0.36% 0.3% -
HSV(B) 217.09º 0.53% 0.41% -
XYZ 5.96 6.03 13.95 -
YUV 67.6 148.54 114.74 -
System Red Green Blue C M Y K H S L
Decimal 49 70 104 0.53 0.33 0 0.59 217.09 0.36 0.3
Hex 31 46 68 35 21 0 3B D9 24 1E
Octal 61 106 150 65 41 0 73 331 44 36
Binary 110001 1000110 1101000 110101 100001 0 111011 11011001 100100 11110

Color Harmonies of #314668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314668

Black with #314668

Text Example


Text Example

White with #314668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314668; }

 p { color: rgb(49,70,104); }

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

background-color css

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

 a { background-color: rgb(49,70,104); }

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

border-color css

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

 span { border-color: rgb(49,70,104); }

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