Html Css Color HEX #215E68 Blue Stone

📋 copy color: '#215E68'

red 33 ◦ green 94 ◦ blue 104

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

Shades of Blue Stone #215E68

Tints of Blue Stone #215E68

RGB

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

 GREEN value IS 94 (37.11% from 255) = 40.69%

 BLUE value IS 104 (41.02% from 255) = 45.02%

R = 14.29%
G = 40.69%
B = 45.02%

CMYK

 C value IS 0.68

 M value IS 0.10

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#215E68 (or 0x215E68) is known color: Blue Stone. HEX triplet: 21, 5E and 68. RGB value is (33,94,104). Sum of RGB (Red+Green+Blue) = 33+94+104=231 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.29% from 231); Green value is 94 (37.11% from 255 or 40.69% from 231); Blue value is 104 (41.02% from 255 or 45.02% from 231); Max value from RGB is 104 - color contains mainly: blue. Hex color #215E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215E68 is #DEA197. Grayscale: #4C4C4C. Windows color (decimal): -14590360 or 6839841. OLE color: 6839841.

HSL color Cylindrical-coordinate representation of color #215E68: hue angle of 188.45º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #215E68 is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 33 94 104 -
CMYK 0.68 0.10 0 0.59
HSL 188.45º 0.52% 0.27% -
HSV(B) 188.45º 0.68% 0.41% -
XYZ 7.13 9.33 14.52 -
YUV 76.9 143.29 96.69 -
System Red Green Blue C M Y K H S L
Decimal 33 94 104 0.68 0.10 0 0.59 188.45 0.52 0.27
Hex 21 5E 68 44 A 0 3B BC 34 1B
Octal 41 136 150 104 12 0 73 274 64 33
Binary 100001 1011110 1101000 1000100 1010 0 111011 10111100 110100 11011

Color Harmonies of #215E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215E68

Black with #215E68

Text Example


Text Example

White with #215E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,94,104); }

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

background-color css

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

 a { background-color: rgb(33,94,104); }

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

border-color css

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

 span { border-color: rgb(33,94,104); }

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