Html Css Color HEX #314568 Gulf Blue

📋 copy color: '#314568'

red 49 ◦ green 69 ◦ blue 104

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

Shades of Gulf Blue #314568

Tints of Gulf Blue #314568

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.08%

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

R = 22.07%
G = 31.08%
B = 46.85%

CMYK

 C value IS 0.53

 M value IS 0.34

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#314568 (or 0x314568) is known color: Gulf Blue. HEX triplet: 31, 45 and 68. RGB value is (49,69,104). Sum of RGB (Red+Green+Blue) = 49+69+104=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 104 (41.02% from 255 or 46.85% from 222); Max value from RGB is 104 - color contains mainly: blue. Hex color #314568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314568 is #CEBA97. Grayscale: #424242. Windows color (decimal): -13548184 or 6833457. OLE color: 6833457.

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

Color convert

RGB 49 69 104 -
CMYK 0.53 0.34 0 0.59
HSL 218.18º 0.36% 0.3% -
HSV(B) 218.18º 0.53% 0.41% -
XYZ 5.89 5.91 13.93 -
YUV 67.01 148.87 115.15 -
System Red Green Blue C M Y K H S L
Decimal 49 69 104 0.53 0.34 0 0.59 218.18 0.36 0.3
Hex 31 45 68 35 22 0 3B DA 24 1E
Octal 61 105 150 65 42 0 73 332 44 36
Binary 110001 1000101 1101000 110101 100010 0 111011 11011010 100100 11110

Color Harmonies of #314568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314568

Black with #314568

Text Example


Text Example

White with #314568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314568; }

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

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

background-color css

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

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

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

border-color css

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

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

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