Html Css Color HEX #215973 Orient

📋 copy color: '#215973'

red 33 ◦ green 89 ◦ blue 115

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

Shades of Orient #215973

Tints of Orient #215973

RGB

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

 GREEN value IS 89 (35.16% from 255) = 37.55%

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

R = 13.92%
G = 37.55%
B = 48.52%

CMYK

 C value IS 0.71

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#215973 (or 0x215973) is known color: Orient. HEX triplet: 21, 59 and 73. RGB value is (33,89,115). Sum of RGB (Red+Green+Blue) = 33+89+115=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 89 (35.16% from 255 or 37.55% from 237); Blue value is 115 (45.31% from 255 or 48.52% from 237); Max value from RGB is 115 - color contains mainly: blue. Hex color #215973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215973 is #DEA68C. Grayscale: #4B4B4B. Windows color (decimal): -14591629 or 7559457. OLE color: 7559457.

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

Color convert

RGB 33 89 115 -
CMYK 0.71 0.23 0 0.55
HSL 199.02º 0.55% 0.29% -
HSV(B) 199.02º 0.71% 0.45% -
XYZ 7.29 8.71 17.52 -
YUV 75.22 150.45 97.89 -
System Red Green Blue C M Y K H S L
Decimal 33 89 115 0.71 0.23 0 0.55 199.02 0.55 0.29
Hex 21 59 73 47 17 0 37 C7 37 1D
Octal 41 131 163 107 27 0 67 307 67 35
Binary 100001 1011001 1110011 1000111 10111 0 110111 11000111 110111 11101

Color Harmonies of #215973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215973

Black with #215973

Text Example


Text Example

White with #215973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215973; }

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

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

background-color css

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

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

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

border-color css

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

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

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