Html Css Color HEX #215172 Orient

📋 copy color: '#215172'

red 33 ◦ green 81 ◦ blue 114

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

Shades of Orient #215172

Tints of Orient #215172

RGB

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

 GREEN value IS 81 (32.03% from 255) = 35.53%

 BLUE value IS 114 (44.92% from 255) = 50%

R = 14.47%
G = 35.53%
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

#215172 (or 0x215172) is known color: Orient. HEX triplet: 21, 51 and 72. RGB value is (33,81,114). Sum of RGB (Red+Green+Blue) = 33+81+114=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 114 (44.92% from 255 or 50% from 228); Max value from RGB is 114 - color contains mainly: blue. Hex color #215172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215172 is #DEAE8D. Grayscale: #464646. Windows color (decimal): -14593678 or 7491873. OLE color: 7491873.

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

Color convert

RGB 33 81 114 -
CMYK 0.71 0.29 0 0.55
HSL 204.44º 0.55% 0.29% -
HSV(B) 204.44º 0.71% 0.45% -
XYZ 6.61 7.42 17 -
YUV 70.41 152.6 101.32 -
System Red Green Blue C M Y K H S L
Decimal 33 81 114 0.71 0.29 0 0.55 204.44 0.55 0.29
Hex 21 51 72 47 1D 0 37 CC 37 1D
Octal 41 121 162 107 35 0 67 314 67 35
Binary 100001 1010001 1110010 1000111 11101 0 110111 11001100 110111 11101

Color Harmonies of #215172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215172

Black with #215172

Text Example


Text Example

White with #215172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215172; }

 p { color: rgb(33,81,114); }

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

background-color css

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

 a { background-color: rgb(33,81,114); }

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

border-color css

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

 span { border-color: rgb(33,81,114); }

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