Html Css Color HEX #315062 Cello

📋 copy color: '#315062'

red 49 ◦ green 80 ◦ blue 98

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

Shades of Cello #315062

Tints of Cello #315062

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.24%

 BLUE value IS 98 (38.67% from 255) = 43.17%

R = 21.59%
G = 35.24%
B = 43.17%

CMYK

 C value IS 0.5

 M value IS 0.18

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#315062 (or 0x315062) is known color: Cello. HEX triplet: 31, 50 and 62. RGB value is (49,80,98). Sum of RGB (Red+Green+Blue) = 49+80+98=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 98 (38.67% from 255 or 43.17% from 227); Max value from RGB is 98 - color contains mainly: blue. Hex color #315062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315062 is #CEAF9D. Grayscale: #484848. Windows color (decimal): -13545374 or 6443057. OLE color: 6443057.

HSL color Cylindrical-coordinate representation of color #315062: hue angle of 202.04º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #315062 is Cyan = 0.5, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 80 98 -
CMYK 0.5 0.18 0 0.62
HSL 202.04º 0.33% 0.29% -
HSV(B) 202.04º 0.5% 0.38% -
XYZ 6.34 7.27 12.62 -
YUV 72.78 142.23 111.04 -
System Red Green Blue C M Y K H S L
Decimal 49 80 98 0.5 0.18 0 0.62 202.04 0.33 0.29
Hex 31 50 62 32 12 0 3E CA 21 1D
Octal 61 120 142 62 22 0 76 312 41 35
Binary 110001 1010000 1100010 110010 10010 0 111110 11001010 100001 11101

Color Harmonies of #315062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315062

Black with #315062

Text Example


Text Example

White with #315062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315062; }

 p { color: rgb(49,80,98); }

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

background-color css

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

 a { background-color: rgb(49,80,98); }

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

border-color css

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

 span { border-color: rgb(49,80,98); }

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