Html Css Color HEX #215C6C Orient

📋 copy color: '#215C6C'

red 33 ◦ green 92 ◦ blue 108

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

Shades of Orient #215C6C

Tints of Orient #215C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 46.35%

R = 14.16%
G = 39.48%
B = 46.35%

CMYK

 C value IS 0.69

 M value IS 0.15

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#215C6C (or 0x215C6C) is known color: Orient. HEX triplet: 21, 5C and 6C. RGB value is (33,92,108). Sum of RGB (Red+Green+Blue) = 33+92+108=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 92 (36.33% from 255 or 39.48% from 233); Blue value is 108 (42.58% from 255 or 46.35% from 233); Max value from RGB is 108 - color contains mainly: blue. Hex color #215C6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215C6C is #DEA393. Grayscale: #4C4C4C. Windows color (decimal): -14590868 or 7101473. OLE color: 7101473.

HSL color Cylindrical-coordinate representation of color #215C6C: hue angle of 192.8º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #215C6C is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 33 92 108 -
CMYK 0.69 0.15 0 0.58
HSL 192.8º 0.53% 0.28% -
HSV(B) 192.8º 0.69% 0.42% -
XYZ 7.16 9.06 15.56 -
YUV 76.18 145.95 97.2 -
System Red Green Blue C M Y K H S L
Decimal 33 92 108 0.69 0.15 0 0.58 192.8 0.53 0.28
Hex 21 5C 6C 45 F 0 3A C1 35 1C
Octal 41 134 154 105 17 0 72 301 65 34
Binary 100001 1011100 1101100 1000101 1111 0 111010 11000001 110101 11100

Color Harmonies of #215C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215C6C

Black with #215C6C

Text Example


Text Example

White with #215C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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