Html Css Color HEX #215A58 Blue Stone

📋 copy color: '#215A58'

red 33 ◦ green 90 ◦ blue 88

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

Shades of Blue Stone #215A58

Tints of Blue Stone #215A58

RGB

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

 GREEN value IS 90 (35.55% from 255) = 42.65%

 BLUE value IS 88 (34.77% from 255) = 41.71%

R = 15.64%
G = 42.65%
B = 41.71%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#215A58 (or 0x215A58) is known color: Blue Stone. HEX triplet: 21, 5A and 58. RGB value is (33,90,88). Sum of RGB (Red+Green+Blue) = 33+90+88=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 90 (35.55% from 255 or 42.65% from 211); Blue value is 88 (34.77% from 255 or 41.71% from 211); Max value from RGB is 90 - color contains mainly: green. Hex color #215A58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215A58 is #DEA5A7. Grayscale: #484848. Windows color (decimal): -14591400 or 5790241. OLE color: 5790241.

HSL color Cylindrical-coordinate representation of color #215A58: hue angle of 177.89º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #215A58 is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 90 88 -
CMYK 0.63 0 0.02 0.65
HSL 177.89º 0.46% 0.24% -
HSV(B) 177.89º 0.63% 0.35% -
XYZ 6.04 8.34 10.52 -
YUV 72.73 136.62 99.66 -
System Red Green Blue C M Y K H S L
Decimal 33 90 88 0.63 0 0.02 0.65 177.89 0.46 0.24
Hex 21 5A 58 3F 0 2 41 B2 2E 18
Octal 41 132 130 77 0 2 101 262 56 30
Binary 100001 1011010 1011000 111111 0 10 1000001 10110010 101110 11000

Color Harmonies of #215A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215A58

Black with #215A58

Text Example


Text Example

White with #215A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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