Html Css Color HEX #215C65 Blue Stone

📋 copy color: '#215C65'

red 33 ◦ green 92 ◦ blue 101

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

Shades of Blue Stone #215C65

Tints of Blue Stone #215C65

RGB

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

 GREEN value IS 92 (36.33% from 255) = 40.71%

 BLUE value IS 101 (39.84% from 255) = 44.69%

R = 14.6%
G = 40.71%
B = 44.69%

CMYK

 C value IS 0.67

 M value IS 0.09

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#215C65 (or 0x215C65) is known color: Blue Stone. HEX triplet: 21, 5C and 65. RGB value is (33,92,101). Sum of RGB (Red+Green+Blue) = 33+92+101=226 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.60% from 226); Green value is 92 (36.33% from 255 or 40.71% from 226); Blue value is 101 (39.84% from 255 or 44.69% from 226); Max value from RGB is 101 - color contains mainly: blue. Hex color #215C65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215C65 is #DEA39A. Grayscale: #4B4B4B. Windows color (decimal): -14590875 or 6642721. OLE color: 6642721.

HSL color Cylindrical-coordinate representation of color #215C65: hue angle of 187.94º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #215C65 is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 33 92 101 -
CMYK 0.67 0.09 0 0.60
HSL 187.94º 0.51% 0.26% -
HSV(B) 187.94º 0.67% 0.4% -
XYZ 6.8 8.92 13.67 -
YUV 75.39 142.45 97.77 -
System Red Green Blue C M Y K H S L
Decimal 33 92 101 0.67 0.09 0 0.60 187.94 0.51 0.26
Hex 21 5C 65 43 9 0 3C BC 33 1A
Octal 41 134 145 103 11 0 74 274 63 32
Binary 100001 1011100 1100101 1000011 1001 0 111100 10111100 110011 11010

Color Harmonies of #215C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215C65

Black with #215C65

Text Example


Text Example

White with #215C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,92,101); }

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

background-color css

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

 a { background-color: rgb(33,92,101); }

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

border-color css

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

 span { border-color: rgb(33,92,101); }

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