Html Css Color HEX #215C7C Orient

📋 copy color: '#215C7C'

red 33 ◦ green 92 ◦ blue 124

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

Shades of Orient #215C7C

Tints of Orient #215C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 49.8%

R = 13.25%
G = 36.95%
B = 49.8%

CMYK

 C value IS 0.73

 M value IS 0.26

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#215C7C (or 0x215C7C) is known color: Orient. HEX triplet: 21, 5C and 7C. RGB value is (33,92,124). Sum of RGB (Red+Green+Blue) = 33+92+124=249 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.25% from 249); Green value is 92 (36.33% from 255 or 36.95% from 249); Blue value is 124 (48.83% from 255 or 49.80% from 249); Max value from RGB is 124 - color contains mainly: blue. Hex color #215C7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215C7C is #DEA383. Grayscale: #4D4D4D. Windows color (decimal): -14590852 or 8150049. OLE color: 8150049.

HSL color Cylindrical-coordinate representation of color #215C7C: hue angle of 201.1º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #215C7C is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 33 92 124 -
CMYK 0.73 0.26 0 0.51
HSL 201.1º 0.58% 0.31% -
HSV(B) 201.1º 0.73% 0.49% -
XYZ 8.09 9.43 20.46 -
YUV 78.01 153.95 95.9 -
System Red Green Blue C M Y K H S L
Decimal 33 92 124 0.73 0.26 0 0.51 201.1 0.58 0.31
Hex 21 5C 7C 49 1A 0 33 C9 3A 1F
Octal 41 134 174 111 32 0 63 311 72 37
Binary 100001 1011100 1111100 1001001 11010 0 110011 11001001 111010 11111

Color Harmonies of #215C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215C7C

Black with #215C7C

Text Example


Text Example

White with #215C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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