Html Css Color HEX #215962 Blue Stone

📋 copy color: '#215962'

red 33 ◦ green 89 ◦ blue 98

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

Shades of Blue Stone #215962

Tints of Blue Stone #215962

RGB

 RED value IS 33 (13.28% from 255) = 15%

 GREEN value IS 89 (35.16% from 255) = 40.45%

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

R = 15%
G = 40.45%
B = 44.55%

CMYK

 C value IS 0.66

 M value IS 0.09

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#215962 (or 0x215962) is known color: Blue Stone. HEX triplet: 21, 59 and 62. RGB value is (33,89,98). Sum of RGB (Red+Green+Blue) = 33+89+98=220 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15% from 220); Green value is 89 (35.16% from 255 or 40.45% from 220); Blue value is 98 (38.67% from 255 or 44.55% from 220); Max value from RGB is 98 - color contains mainly: blue. Hex color #215962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215962 is #DEA69D. Grayscale: #494949. Windows color (decimal): -14591646 or 6445345. OLE color: 6445345.

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

Color convert

RGB 33 89 98 -
CMYK 0.66 0.09 0 0.62
HSL 188.31º 0.5% 0.26% -
HSV(B) 188.31º 0.66% 0.38% -
XYZ 6.4 8.35 12.83 -
YUV 73.28 141.95 99.27 -
System Red Green Blue C M Y K H S L
Decimal 33 89 98 0.66 0.09 0 0.62 188.31 0.5 0.26
Hex 21 59 62 42 9 0 3E BC 32 1A
Octal 41 131 142 102 11 0 76 274 62 32
Binary 100001 1011001 1100010 1000010 1001 0 111110 10111100 110010 11010

Color Harmonies of #215962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215962

Black with #215962

Text Example


Text Example

White with #215962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215962; }

 p { color: rgb(33,89,98); }

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

background-color css

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

 a { background-color: rgb(33,89,98); }

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

border-color css

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

 span { border-color: rgb(33,89,98); }

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