Html Css Color HEX #31569C Mariner

📋 copy color: '#31569C'

red 49 ◦ green 86 ◦ blue 156

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

Shades of Mariner #31569C

Tints of Mariner #31569C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.55%

 BLUE value IS 156 (61.33% from 255) = 53.61%

R = 16.84%
G = 29.55%
B = 53.61%

CMYK

 C value IS 0.69

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#31569C (or 0x31569C) is known color: Mariner. HEX triplet: 31, 56 and 9C. RGB value is (49,86,156). Sum of RGB (Red+Green+Blue) = 49+86+156=291 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.84% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 156 (61.33% from 255 or 53.61% from 291); Max value from RGB is 156 - color contains mainly: blue. Hex color #31569C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31569C is #CEA963. Grayscale: #525252. Windows color (decimal): -13543780 or 10245681. OLE color: 10245681.

HSL color Cylindrical-coordinate representation of color #31569C: hue angle of 219.25º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31569C is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 86 156 -
CMYK 0.69 0.45 0 0.39
HSL 219.25º 0.52% 0.4% -
HSV(B) 219.25º 0.69% 0.61% -
XYZ 10.6 9.71 32.77 -
YUV 82.92 169.24 103.81 -
System Red Green Blue C M Y K H S L
Decimal 49 86 156 0.69 0.45 0 0.39 219.25 0.52 0.4
Hex 31 56 9C 45 2D 0 27 DB 34 28
Octal 61 126 234 105 55 0 47 333 64 50
Binary 110001 1010110 10011100 1000101 101101 0 100111 11011011 110100 101000

Color Harmonies of #31569C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31569C

Black with #31569C

Text Example


Text Example

White with #31569C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31569C; }

 p { color: rgb(49,86,156); }

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

background-color css

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

 a { background-color: rgb(49,86,156); }

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

border-color css

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

 span { border-color: rgb(49,86,156); }

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