Html Css Color HEX #215472 Orient

📋 copy color: '#215472'

red 33 ◦ green 84 ◦ blue 114

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

Shades of Orient #215472

Tints of Orient #215472

RGB

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

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

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

R = 14.29%
G = 36.36%
B = 49.35%

CMYK

 C value IS 0.71

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#215472 (or 0x215472) is known color: Orient. HEX triplet: 21, 54 and 72. RGB value is (33,84,114). Sum of RGB (Red+Green+Blue) = 33+84+114=231 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.29% from 231); Green value is 84 (33.20% from 255 or 36.36% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 114 - color contains mainly: blue. Hex color #215472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215472 is #DEAB8D. Grayscale: #484848. Windows color (decimal): -14592910 or 7492641. OLE color: 7492641.

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

Color convert

RGB 33 84 114 -
CMYK 0.71 0.26 0 0.55
HSL 202.22º 0.55% 0.29% -
HSV(B) 202.22º 0.71% 0.45% -
XYZ 6.83 7.88 17.08 -
YUV 72.17 151.6 100.06 -
System Red Green Blue C M Y K H S L
Decimal 33 84 114 0.71 0.26 0 0.55 202.22 0.55 0.29
Hex 21 54 72 47 1A 0 37 CA 37 1D
Octal 41 124 162 107 32 0 67 312 67 35
Binary 100001 1010100 1110010 1000111 11010 0 110111 11001010 110111 11101

Color Harmonies of #215472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215472

Black with #215472

Text Example


Text Example

White with #215472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215472; }

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

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

background-color css

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

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

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

border-color css

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

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

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