Html Css Color HEX #215871 Orient

📋 copy color: '#215871'

red 33 ◦ green 88 ◦ blue 113

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

Shades of Orient #215871

Tints of Orient #215871

RGB

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

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

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

R = 14.1%
G = 37.61%
B = 48.29%

CMYK

 C value IS 0.71

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#215871 (or 0x215871) is known color: Orient. HEX triplet: 21, 58 and 71. RGB value is (33,88,113). Sum of RGB (Red+Green+Blue) = 33+88+113=234 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.10% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 113 (44.53% from 255 or 48.29% from 234); Max value from RGB is 113 - color contains mainly: blue. Hex color #215871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215871 is #DEA78E. Grayscale: #4A4A4A. Windows color (decimal): -14591887 or 7428129. OLE color: 7428129.

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

Color convert

RGB 33 88 113 -
CMYK 0.71 0.22 0 0.56
HSL 198.75º 0.55% 0.29% -
HSV(B) 198.75º 0.71% 0.44% -
XYZ 7.1 8.5 16.89 -
YUV 74.41 149.78 98.47 -
System Red Green Blue C M Y K H S L
Decimal 33 88 113 0.71 0.22 0 0.56 198.75 0.55 0.29
Hex 21 58 71 47 16 0 38 C7 37 1D
Octal 41 130 161 107 26 0 70 307 67 35
Binary 100001 1011000 1110001 1000111 10110 0 111000 11000111 110111 11101

Color Harmonies of #215871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215871

Black with #215871

Text Example


Text Example

White with #215871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215871; }

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

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

background-color css

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

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

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

border-color css

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

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

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