Html Css Color HEX #215B5A Blue Stone

📋 copy color: '#215B5A'

red 33 ◦ green 91 ◦ blue 90

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

Shades of Blue Stone #215B5A

Tints of Blue Stone #215B5A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 42.52%

 BLUE value IS 90 (35.55% from 255) = 42.06%

R = 15.42%
G = 42.52%
B = 42.06%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.01

 K value IS 0.64

RGB Variations

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

Color information

#215B5A (or 0x215B5A) is known color: Blue Stone. HEX triplet: 21, 5B and 5A. RGB value is (33,91,90). Sum of RGB (Red+Green+Blue) = 33+91+90=214 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.42% from 214); Green value is 91 (35.94% from 255 or 42.52% from 214); Blue value is 90 (35.55% from 255 or 42.06% from 214); Max value from RGB is 91 - color contains mainly: green. Hex color #215B5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215B5A is #DEA4A5. Grayscale: #494949. Windows color (decimal): -14591142 or 5921569. OLE color: 5921569.

HSL color Cylindrical-coordinate representation of color #215B5A: hue angle of 178.97º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #215B5A is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.

Color convert

RGB 33 91 90 -
CMYK 0.64 0 0.01 0.64
HSL 178.97º 0.47% 0.24% -
HSV(B) 178.97º 0.64% 0.36% -
XYZ 6.21 8.54 10.99 -
YUV 73.54 137.28 99.08 -
System Red Green Blue C M Y K H S L
Decimal 33 91 90 0.64 0 0.01 0.64 178.97 0.47 0.24
Hex 21 5B 5A 40 0 1 40 B3 2F 18
Octal 41 133 132 100 0 1 100 263 57 30
Binary 100001 1011011 1011010 1000000 0 1 1000000 10110011 101111 11000

Color Harmonies of #215B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215B5A

Black with #215B5A

Text Example


Text Example

White with #215B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215B5A; }

 p { color: rgb(33,91,90); }

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

background-color css

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

 a { background-color: rgb(33,91,90); }

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

border-color css

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

 span { border-color: rgb(33,91,90); }

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