Html Css Color HEX #215779 Orient

📋 copy color: '#215779'

red 33 ◦ green 87 ◦ blue 121

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

Shades of Orient #215779

Tints of Orient #215779

RGB

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

 GREEN value IS 87 (34.38% from 255) = 36.1%

 BLUE value IS 121 (47.66% from 255) = 50.21%

R = 13.69%
G = 36.1%
B = 50.21%

CMYK

 C value IS 0.73

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#215779 (or 0x215779) is known color: Orient. HEX triplet: 21, 57 and 79. RGB value is (33,87,121). Sum of RGB (Red+Green+Blue) = 33+87+121=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 87 (34.38% from 255 or 36.10% from 241); Blue value is 121 (47.66% from 255 or 50.21% from 241); Max value from RGB is 121 - color contains mainly: blue. Hex color #215779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215779 is #DEA886. Grayscale: #4A4A4A. Windows color (decimal): -14592135 or 7952161. OLE color: 7952161.

HSL color Cylindrical-coordinate representation of color #215779: hue angle of 203.18º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #215779 is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 33 87 121 -
CMYK 0.73 0.28 0 0.53
HSL 203.18º 0.57% 0.3% -
HSV(B) 203.18º 0.73% 0.47% -
XYZ 7.49 8.52 19.34 -
YUV 74.73 154.11 98.24 -
System Red Green Blue C M Y K H S L
Decimal 33 87 121 0.73 0.28 0 0.53 203.18 0.57 0.3
Hex 21 57 79 49 1C 0 35 CB 39 1E
Octal 41 127 171 111 34 0 65 313 71 36
Binary 100001 1010111 1111001 1001001 11100 0 110101 11001011 111001 11110

Color Harmonies of #215779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215779

Black with #215779

Text Example


Text Example

White with #215779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215779; }

 p { color: rgb(33,87,121); }

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

background-color css

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

 a { background-color: rgb(33,87,121); }

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

border-color css

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

 span { border-color: rgb(33,87,121); }

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