Html Css Color HEX #215373 Orient

📋 copy color: '#215373'

red 33 ◦ green 83 ◦ blue 115

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

Shades of Orient #215373

Tints of Orient #215373

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.93%

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

R = 14.29%
G = 35.93%
B = 49.78%

CMYK

 C value IS 0.71

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#215373 (or 0x215373) is known color: Orient. HEX triplet: 21, 53 and 73. RGB value is (33,83,115). Sum of RGB (Red+Green+Blue) = 33+83+115=231 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.29% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 115 (45.31% from 255 or 49.78% from 231); Max value from RGB is 115 - color contains mainly: blue. Hex color #215373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215373 is #DEAC8C. Grayscale: #474747. Windows color (decimal): -14593165 or 7557921. OLE color: 7557921.

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

Color convert

RGB 33 83 115 -
CMYK 0.71 0.28 0 0.55
HSL 203.41º 0.55% 0.29% -
HSV(B) 203.41º 0.71% 0.45% -
XYZ 6.81 7.75 17.36 -
YUV 71.7 152.44 100.4 -
System Red Green Blue C M Y K H S L
Decimal 33 83 115 0.71 0.28 0 0.55 203.41 0.55 0.29
Hex 21 53 73 47 1C 0 37 CB 37 1D
Octal 41 123 163 107 34 0 67 313 67 35
Binary 100001 1010011 1110011 1000111 11100 0 110111 11001011 110111 11101

Color Harmonies of #215373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215373

Black with #215373

Text Example


Text Example

White with #215373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215373; }

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

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

background-color css

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

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

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

border-color css

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

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

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