Html Css Color HEX #215573 Orient

📋 copy color: '#215573'

red 33 ◦ green 85 ◦ blue 115

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

Shades of Orient #215573

Tints of Orient #215573

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.48%

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

R = 14.16%
G = 36.48%
B = 49.36%

CMYK

 C value IS 0.71

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#215573 (or 0x215573) is known color: Orient. HEX triplet: 21, 55 and 73. RGB value is (33,85,115). Sum of RGB (Red+Green+Blue) = 33+85+115=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 115 (45.31% from 255 or 49.36% from 233); Max value from RGB is 115 - color contains mainly: blue. Hex color #215573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215573 is #DEAA8C. Grayscale: #484848. Windows color (decimal): -14592653 or 7558433. OLE color: 7558433.

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

Color convert

RGB 33 85 115 -
CMYK 0.71 0.26 0 0.55
HSL 201.95º 0.55% 0.29% -
HSV(B) 201.95º 0.71% 0.45% -
XYZ 6.97 8.06 17.41 -
YUV 72.87 151.77 99.56 -
System Red Green Blue C M Y K H S L
Decimal 33 85 115 0.71 0.26 0 0.55 201.95 0.55 0.29
Hex 21 55 73 47 1A 0 37 CA 37 1D
Octal 41 125 163 107 32 0 67 312 67 35
Binary 100001 1010101 1110011 1000111 11010 0 110111 11001010 110111 11101

Color Harmonies of #215573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215573

Black with #215573

Text Example


Text Example

White with #215573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215573; }

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

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

background-color css

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

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

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

border-color css

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

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

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