Html Css Color HEX #215272 Orient

📋 copy color: '#215272'

red 33 ◦ green 82 ◦ blue 114

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

Shades of Orient #215272

Tints of Orient #215272

RGB

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

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

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

R = 14.41%
G = 35.81%
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

#215272 (or 0x215272) is known color: Orient. HEX triplet: 21, 52 and 72. RGB value is (33,82,114). Sum of RGB (Red+Green+Blue) = 33+82+114=229 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.41% from 229); Green value is 82 (32.42% from 255 or 35.81% from 229); Blue value is 114 (44.92% from 255 or 49.78% from 229); Max value from RGB is 114 - color contains mainly: blue. Hex color #215272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215272 is #DEAD8D. Grayscale: #464646. Windows color (decimal): -14593422 or 7492129. OLE color: 7492129.

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

Color convert

RGB 33 82 114 -
CMYK 0.71 0.28 0 0.55
HSL 203.7º 0.55% 0.29% -
HSV(B) 203.7º 0.71% 0.45% -
XYZ 6.68 7.57 17.03 -
YUV 71 152.27 100.9 -
System Red Green Blue C M Y K H S L
Decimal 33 82 114 0.71 0.28 0 0.55 203.7 0.55 0.29
Hex 21 52 72 47 1C 0 37 CC 37 1D
Octal 41 122 162 107 34 0 67 314 67 35
Binary 100001 1010010 1110010 1000111 11100 0 110111 11001100 110111 11101

Color Harmonies of #215272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215272

Black with #215272

Text Example


Text Example

White with #215272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215272; }

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

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

background-color css

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

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

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

border-color css

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

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

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