Html Css Color HEX #215271 Orient

📋 copy color: '#215271'

red 33 ◦ green 82 ◦ blue 113

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

Shades of Orient #215271

Tints of Orient #215271

RGB

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

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

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

R = 14.47%
G = 35.96%
B = 49.56%

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

#215271 (or 0x215271) is known color: Orient. HEX triplet: 21, 52 and 71. RGB value is (33,82,113). Sum of RGB (Red+Green+Blue) = 33+82+113=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 113 - color contains mainly: blue. Hex color #215271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215271 is #DEAD8E. Grayscale: #464646. Windows color (decimal): -14593423 or 7426593. OLE color: 7426593.

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

Color convert

RGB 33 82 113 -
CMYK 0.71 0.27 0 0.56
HSL 203.25º 0.55% 0.29% -
HSV(B) 203.25º 0.71% 0.44% -
XYZ 6.63 7.55 16.73 -
YUV 70.88 151.77 100.98 -
System Red Green Blue C M Y K H S L
Decimal 33 82 113 0.71 0.27 0 0.56 203.25 0.55 0.29
Hex 21 52 71 47 1B 0 38 CB 37 1D
Octal 41 122 161 107 33 0 70 313 67 35
Binary 100001 1010010 1110001 1000111 11011 0 111000 11001011 110111 11101

Color Harmonies of #215271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215271

Black with #215271

Text Example


Text Example

White with #215271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215271; }

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

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

background-color css

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

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

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

border-color css

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

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

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