Html Css Color HEX #215877 Orient

📋 copy color: '#215877'

red 33 ◦ green 88 ◦ blue 119

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

Shades of Orient #215877

Tints of Orient #215877

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.67%

 BLUE value IS 119 (46.88% from 255) = 49.58%

R = 13.75%
G = 36.67%
B = 49.58%

CMYK

 C value IS 0.72

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#215877 (or 0x215877) is known color: Orient. HEX triplet: 21, 58 and 77. RGB value is (33,88,119). Sum of RGB (Red+Green+Blue) = 33+88+119=240 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.75% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 119 (46.88% from 255 or 49.58% from 240); Max value from RGB is 119 - color contains mainly: blue. Hex color #215877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215877 is #DEA788. Grayscale: #4A4A4A. Windows color (decimal): -14591881 or 7821345. OLE color: 7821345.

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

Color convert

RGB 33 88 119 -
CMYK 0.72 0.26 0 0.53
HSL 201.63º 0.57% 0.3% -
HSV(B) 201.63º 0.72% 0.47% -
XYZ 7.45 8.63 18.73 -
YUV 75.09 152.78 97.98 -
System Red Green Blue C M Y K H S L
Decimal 33 88 119 0.72 0.26 0 0.53 201.63 0.57 0.3
Hex 21 58 77 48 1A 0 35 CA 39 1E
Octal 41 130 167 110 32 0 65 312 71 36
Binary 100001 1011000 1110111 1001000 11010 0 110101 11001010 111001 11110

Color Harmonies of #215877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215877

Black with #215877

Text Example


Text Example

White with #215877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215877; }

 p { color: rgb(33,88,119); }

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

background-color css

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

 a { background-color: rgb(33,88,119); }

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

border-color css

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

 span { border-color: rgb(33,88,119); }

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