Html Css Color HEX #215D6F Orient

📋 copy color: '#215D6F'

red 33 ◦ green 93 ◦ blue 111

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

Shades of Orient #215D6F

Tints of Orient #215D6F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 39.24%

 BLUE value IS 111 (43.75% from 255) = 46.84%

R = 13.92%
G = 39.24%
B = 46.84%

CMYK

 C value IS 0.70

 M value IS 0.16

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#215D6F (or 0x215D6F) is known color: Orient. HEX triplet: 21, 5D and 6F. RGB value is (33,93,111). Sum of RGB (Red+Green+Blue) = 33+93+111=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 93 (36.72% from 255 or 39.24% from 237); Blue value is 111 (43.75% from 255 or 46.84% from 237); Max value from RGB is 111 - color contains mainly: blue. Hex color #215D6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215D6F is #DEA290. Grayscale: #4C4C4C. Windows color (decimal): -14590609 or 7298337. OLE color: 7298337.

HSL color Cylindrical-coordinate representation of color #215D6F: hue angle of 193.85º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #215D6F is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 33 93 111 -
CMYK 0.70 0.16 0 0.56
HSL 193.85º 0.54% 0.28% -
HSV(B) 193.85º 0.7% 0.44% -
XYZ 7.41 9.3 16.44 -
YUV 77.11 147.12 96.54 -
System Red Green Blue C M Y K H S L
Decimal 33 93 111 0.70 0.16 0 0.56 193.85 0.54 0.28
Hex 21 5D 6F 46 10 0 38 C2 36 1C
Octal 41 135 157 106 20 0 70 302 66 34
Binary 100001 1011101 1101111 1000110 10000 0 111000 11000010 110110 11100

Color Harmonies of #215D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215D6F

Black with #215D6F

Text Example


Text Example

White with #215D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,93,111); }

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

background-color css

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

 a { background-color: rgb(33,93,111); }

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

border-color css

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

 span { border-color: rgb(33,93,111); }

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