Html Css Color HEX #315853 Blue Dianne

📋 copy color: '#315853'

red 49 ◦ green 88 ◦ blue 83

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

Shades of Blue Dianne #315853

Tints of Blue Dianne #315853

RGB

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

 GREEN value IS 88 (34.77% from 255) = 40%

 BLUE value IS 83 (32.81% from 255) = 37.73%

R = 22.27%
G = 40%
B = 37.73%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#315853 (or 0x315853) is known color: Blue Dianne. HEX triplet: 31, 58 and 53. RGB value is (49,88,83). Sum of RGB (Red+Green+Blue) = 49+88+83=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 88 (34.77% from 255 or 40% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 88 - color contains mainly: green. Hex color #315853 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315853 is #CEA7AC. Grayscale: #4B4B4B. Windows color (decimal): -13543341 or 5462065. OLE color: 5462065.

HSL color Cylindrical-coordinate representation of color #315853: hue angle of 172.31º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #315853 is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 88 83 -
CMYK 0.44 0 0.06 0.65
HSL 172.31º 0.28% 0.27% -
HSV(B) 172.31º 0.44% 0.35% -
XYZ 6.32 8.26 9.44 -
YUV 75.77 132.08 108.91 -
System Red Green Blue C M Y K H S L
Decimal 49 88 83 0.44 0 0.06 0.65 172.31 0.28 0.27
Hex 31 58 53 2C 0 6 41 AC 1C 1B
Octal 61 130 123 54 0 6 101 254 34 33
Binary 110001 1011000 1010011 101100 0 110 1000001 10101100 11100 11011

Color Harmonies of #315853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315853

Black with #315853

Text Example


Text Example

White with #315853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315853; }

 p { color: rgb(49,88,83); }

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

background-color css

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

 a { background-color: rgb(49,88,83); }

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

border-color css

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

 span { border-color: rgb(49,88,83); }

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