Html Css Color HEX #215370 Orient

📋 copy color: '#215370'

red 33 ◦ green 83 ◦ blue 112

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

Shades of Orient #215370

Tints of Orient #215370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 49.12%

R = 14.47%
G = 36.4%
B = 49.12%

CMYK

 C value IS 0.71

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#215370 (or 0x215370) is known color: Orient. HEX triplet: 21, 53 and 70. RGB value is (33,83,112). Sum of RGB (Red+Green+Blue) = 33+83+112=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 83 (32.81% from 255 or 36.40% from 228); Blue value is 112 (44.14% from 255 or 49.12% from 228); Max value from RGB is 112 - color contains mainly: blue. Hex color #215370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215370 is #DEAC8F. Grayscale: #474747. Windows color (decimal): -14593168 or 7361313. OLE color: 7361313.

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

Color convert

RGB 33 83 112 -
CMYK 0.71 0.26 0 0.56
HSL 202.03º 0.54% 0.28% -
HSV(B) 202.03º 0.71% 0.44% -
XYZ 6.65 7.68 16.46 -
YUV 71.36 150.94 100.64 -
System Red Green Blue C M Y K H S L
Decimal 33 83 112 0.71 0.26 0 0.56 202.03 0.54 0.28
Hex 21 53 70 47 1A 0 38 CA 36 1C
Octal 41 123 160 107 32 0 70 312 66 34
Binary 100001 1010011 1110000 1000111 11010 0 111000 11001010 110110 11100

Color Harmonies of #215370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215370

Black with #215370

Text Example


Text Example

White with #215370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215370; }

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

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

background-color css

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

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

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

border-color css

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

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

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