Html Css Color HEX #215273 Orient

📋 copy color: '#215273'

red 33 ◦ green 82 ◦ blue 115

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

Shades of Orient #215273

Tints of Orient #215273

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.65%

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

R = 14.35%
G = 35.65%
B = 50%

CMYK

 C value IS 0.71

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#215273 (or 0x215273) is known color: Orient. HEX triplet: 21, 52 and 73. RGB value is (33,82,115). Sum of RGB (Red+Green+Blue) = 33+82+115=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 82 (32.42% from 255 or 35.65% from 230); Blue value is 115 (45.31% from 255 or 50% from 230); Max value from RGB is 115 - color contains mainly: blue. Hex color #215273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215273 is #DEAD8C. Grayscale: #464646. Windows color (decimal): -14593421 or 7557665. OLE color: 7557665.

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

Color convert

RGB 33 82 115 -
CMYK 0.71 0.29 0 0.55
HSL 204.15º 0.55% 0.29% -
HSV(B) 204.15º 0.71% 0.45% -
XYZ 6.74 7.6 17.33 -
YUV 71.11 152.77 100.82 -
System Red Green Blue C M Y K H S L
Decimal 33 82 115 0.71 0.29 0 0.55 204.15 0.55 0.29
Hex 21 52 73 47 1D 0 37 CC 37 1D
Octal 41 122 163 107 35 0 67 314 67 35
Binary 100001 1010010 1110011 1000111 11101 0 110111 11001100 110111 11101

Color Harmonies of #215273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215273

Black with #215273

Text Example


Text Example

White with #215273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215273; }

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

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

background-color css

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

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

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

border-color css

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

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

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