Html Css Color HEX #215E79 Orient

📋 copy color: '#215E79'

red 33 ◦ green 94 ◦ blue 121

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

Shades of Orient #215E79

Tints of Orient #215E79

RGB

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

 GREEN value IS 94 (37.11% from 255) = 37.9%

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

R = 13.31%
G = 37.9%
B = 48.79%

CMYK

 C value IS 0.73

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#215E79 (or 0x215E79) is known color: Orient. HEX triplet: 21, 5E and 79. RGB value is (33,94,121). Sum of RGB (Red+Green+Blue) = 33+94+121=248 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.31% from 248); Green value is 94 (37.11% from 255 or 37.90% from 248); Blue value is 121 (47.66% from 255 or 48.79% from 248); Max value from RGB is 121 - color contains mainly: blue. Hex color #215E79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215E79 is #DEA186. Grayscale: #4E4E4E. Windows color (decimal): -14590343 or 7953953. OLE color: 7953953.

HSL color Cylindrical-coordinate representation of color #215E79: hue angle of 198.41º 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 #215E79 is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 33 94 121 -
CMYK 0.73 0.22 0 0.53
HSL 198.41º 0.57% 0.3% -
HSV(B) 198.41º 0.73% 0.47% -
XYZ 8.08 9.71 19.54 -
YUV 78.84 151.79 95.3 -
System Red Green Blue C M Y K H S L
Decimal 33 94 121 0.73 0.22 0 0.53 198.41 0.57 0.3
Hex 21 5E 79 49 16 0 35 C6 39 1E
Octal 41 136 171 111 26 0 65 306 71 36
Binary 100001 1011110 1111001 1001001 10110 0 110101 11000110 111001 11110

Color Harmonies of #215E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215E79

Black with #215E79

Text Example


Text Example

White with #215E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215E79; }

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

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

background-color css

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

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

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

border-color css

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

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

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