Html Css Color HEX #215471 Orient

📋 copy color: '#215471'

red 33 ◦ green 84 ◦ blue 113

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

Shades of Orient #215471

Tints of Orient #215471

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.52%

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

R = 14.35%
G = 36.52%
B = 49.13%

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

#215471 (or 0x215471) is known color: Orient. HEX triplet: 21, 54 and 71. RGB value is (33,84,113). Sum of RGB (Red+Green+Blue) = 33+84+113=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 84 (33.20% from 255 or 36.52% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #215471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215471 is #DEAB8E. Grayscale: #474747. Windows color (decimal): -14592911 or 7427105. OLE color: 7427105.

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

Color convert

RGB 33 84 113 -
CMYK 0.71 0.26 0 0.56
HSL 201.75º 0.55% 0.29% -
HSV(B) 201.75º 0.71% 0.44% -
XYZ 6.78 7.86 16.78 -
YUV 72.06 151.1 100.14 -
System Red Green Blue C M Y K H S L
Decimal 33 84 113 0.71 0.26 0 0.56 201.75 0.55 0.29
Hex 21 54 71 47 1A 0 38 CA 37 1D
Octal 41 124 161 107 32 0 70 312 67 35
Binary 100001 1010100 1110001 1000111 11010 0 111000 11001010 110111 11101

Color Harmonies of #215471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215471

Black with #215471

Text Example


Text Example

White with #215471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215471; }

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

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

background-color css

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

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

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

border-color css

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

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

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