Html Css Color HEX #215E7C Orient

📋 copy color: '#215E7C'

red 33 ◦ green 94 ◦ blue 124

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

Shades of Orient #215E7C

Tints of Orient #215E7C

RGB

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

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

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

R = 13.15%
G = 37.45%
B = 49.4%

CMYK

 C value IS 0.73

 M value IS 0.24

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#215E7C (or 0x215E7C) is known color: Orient. HEX triplet: 21, 5E and 7C. RGB value is (33,94,124). Sum of RGB (Red+Green+Blue) = 33+94+124=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 94 (37.11% from 255 or 37.45% from 251); Blue value is 124 (48.83% from 255 or 49.40% from 251); Max value from RGB is 124 - color contains mainly: blue. Hex color #215E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215E7C is #DEA183. Grayscale: #4F4F4F. Windows color (decimal): -14590340 or 8150561. OLE color: 8150561.

HSL color Cylindrical-coordinate representation of color #215E7C: hue angle of 199.78º 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 #215E7C is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 33 94 124 -
CMYK 0.73 0.24 0 0.51
HSL 199.78º 0.58% 0.31% -
HSV(B) 199.78º 0.73% 0.49% -
XYZ 8.27 9.78 20.52 -
YUV 79.18 153.29 95.06 -
System Red Green Blue C M Y K H S L
Decimal 33 94 124 0.73 0.24 0 0.51 199.78 0.58 0.31
Hex 21 5E 7C 49 18 0 33 C8 3A 1F
Octal 41 136 174 111 30 0 63 310 72 37
Binary 100001 1011110 1111100 1001001 11000 0 110011 11001000 111010 11111

Color Harmonies of #215E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215E7C

Black with #215E7C

Text Example


Text Example

White with #215E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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