Html Css Color HEX #314569 Gulf Blue

📋 copy color: '#314569'

red 49 ◦ green 69 ◦ blue 105

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

Shades of Gulf Blue #314569

Tints of Gulf Blue #314569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 47.09%

R = 21.97%
G = 30.94%
B = 47.09%

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

#314569 (or 0x314569) is known color: Gulf Blue. HEX triplet: 31, 45 and 69. RGB value is (49,69,105). Sum of RGB (Red+Green+Blue) = 49+69+105=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 105 (41.41% from 255 or 47.09% from 223); Max value from RGB is 105 - color contains mainly: blue. Hex color #314569 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314569 is #CEBA96. Grayscale: #424242. Windows color (decimal): -13548183 or 6898993. OLE color: 6898993.

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

Color convert

RGB 49 69 105 -
CMYK 0.53 0.34 0 0.59
HSL 218.57º 0.36% 0.3% -
HSV(B) 218.57º 0.53% 0.41% -
XYZ 5.94 5.93 14.2 -
YUV 67.12 149.37 115.07 -
System Red Green Blue C M Y K H S L
Decimal 49 69 105 0.53 0.34 0 0.59 218.57 0.36 0.3
Hex 31 45 69 35 22 0 3B DB 24 1E
Octal 61 105 151 65 42 0 73 333 44 36
Binary 110001 1000101 1101001 110101 100010 0 111011 11011011 100100 11110

Color Harmonies of #314569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314569

Black with #314569

Text Example


Text Example

White with #314569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314569; }

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

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

background-color css

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

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

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

border-color css

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

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

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