Html Css Color HEX #215E73 Orient

📋 copy color: '#215E73'

red 33 ◦ green 94 ◦ blue 115

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

Shades of Orient #215E73

Tints of Orient #215E73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 47.52%

R = 13.64%
G = 38.84%
B = 47.52%

CMYK

 C value IS 0.71

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#215E73 (or 0x215E73) is known color: Orient. HEX triplet: 21, 5E and 73. RGB value is (33,94,115). Sum of RGB (Red+Green+Blue) = 33+94+115=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 94 (37.11% from 255 or 38.84% from 242); Blue value is 115 (45.31% from 255 or 47.52% from 242); Max value from RGB is 115 - color contains mainly: blue. Hex color #215E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215E73 is #DEA18C. Grayscale: #4E4E4E. Windows color (decimal): -14590349 or 7560737. OLE color: 7560737.

HSL color Cylindrical-coordinate representation of color #215E73: hue angle of 195.37º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #215E73 is Cyan = 0.71, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 33 94 115 -
CMYK 0.71 0.18 0 0.55
HSL 195.37º 0.55% 0.29% -
HSV(B) 195.37º 0.71% 0.45% -
XYZ 7.72 9.57 17.66 -
YUV 78.16 148.79 95.79 -
System Red Green Blue C M Y K H S L
Decimal 33 94 115 0.71 0.18 0 0.55 195.37 0.55 0.29
Hex 21 5E 73 47 12 0 37 C3 37 1D
Octal 41 136 163 107 22 0 67 303 67 35
Binary 100001 1011110 1110011 1000111 10010 0 110111 11000011 110111 11101

Color Harmonies of #215E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215E73

Black with #215E73

Text Example


Text Example

White with #215E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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