Html Css Color HEX #215371 Orient

📋 copy color: '#215371'

red 33 ◦ green 83 ◦ blue 113

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

Shades of Orient #215371

Tints of Orient #215371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 49.34%

R = 14.41%
G = 36.24%
B = 49.34%

CMYK

 C value IS 0.71

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#215371 (or 0x215371) is known color: Orient. HEX triplet: 21, 53 and 71. RGB value is (33,83,113). Sum of RGB (Red+Green+Blue) = 33+83+113=229 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.41% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 113 (44.53% from 255 or 49.34% from 229); Max value from RGB is 113 - color contains mainly: blue. Hex color #215371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215371 is #DEAC8E. Grayscale: #474747. Windows color (decimal): -14593167 or 7426849. OLE color: 7426849.

HSL color Cylindrical-coordinate representation of color #215371: hue angle of 202.5º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #215371 is Cyan = 0.71, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 33 83 113 -
CMYK 0.71 0.27 0 0.56
HSL 202.5º 0.55% 0.29% -
HSV(B) 202.5º 0.71% 0.44% -
XYZ 6.7 7.7 16.76 -
YUV 71.47 151.44 100.56 -
System Red Green Blue C M Y K H S L
Decimal 33 83 113 0.71 0.27 0 0.56 202.5 0.55 0.29
Hex 21 53 71 47 1B 0 38 CA 37 1D
Octal 41 123 161 107 33 0 70 312 67 35
Binary 100001 1010011 1110001 1000111 11011 0 111000 11001010 110111 11101

Color Harmonies of #215371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215371

Black with #215371

Text Example


Text Example

White with #215371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215371; }

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

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

background-color css

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

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

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

border-color css

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

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

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