Html Css Color HEX #215E72 Orient

📋 copy color: '#215E72'

red 33 ◦ green 94 ◦ blue 114

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

Shades of Orient #215E72

Tints of Orient #215E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 47.3%

R = 13.69%
G = 39%
B = 47.3%

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

#215E72 (or 0x215E72) is known color: Orient. HEX triplet: 21, 5E and 72. RGB value is (33,94,114). Sum of RGB (Red+Green+Blue) = 33+94+114=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 94 (37.11% from 255 or 39.00% from 241); Blue value is 114 (44.92% from 255 or 47.30% from 241); Max value from RGB is 114 - color contains mainly: blue. Hex color #215E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215E72 is #DEA18D. Grayscale: #4D4D4D. Windows color (decimal): -14590350 or 7495201. OLE color: 7495201.

HSL color Cylindrical-coordinate representation of color #215E72: hue angle of 194.81º 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 #215E72 is Cyan = 0.71, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 33 94 114 -
CMYK 0.71 0.18 0 0.55
HSL 194.81º 0.55% 0.29% -
HSV(B) 194.81º 0.71% 0.45% -
XYZ 7.67 9.54 17.36 -
YUV 78.04 148.29 95.87 -
System Red Green Blue C M Y K H S L
Decimal 33 94 114 0.71 0.18 0 0.55 194.81 0.55 0.29
Hex 21 5E 72 47 12 0 37 C3 37 1D
Octal 41 136 162 107 22 0 67 303 67 35
Binary 100001 1011110 1110010 1000111 10010 0 110111 11000011 110111 11101

Color Harmonies of #215E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215E72

Black with #215E72

Text Example


Text Example

White with #215E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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