Html Css Color HEX #215671 Orient

📋 copy color: '#215671'

red 33 ◦ green 86 ◦ blue 113

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

Shades of Orient #215671

Tints of Orient #215671

RGB

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

 GREEN value IS 86 (33.98% from 255) = 37.07%

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

R = 14.22%
G = 37.07%
B = 48.71%

CMYK

 C value IS 0.71

 M value IS 0.24

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#215671 (or 0x215671) is known color: Orient. HEX triplet: 21, 56 and 71. RGB value is (33,86,113). Sum of RGB (Red+Green+Blue) = 33+86+113=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 86 (33.98% from 255 or 37.07% from 232); Blue value is 113 (44.53% from 255 or 48.71% from 232); Max value from RGB is 113 - color contains mainly: blue. Hex color #215671 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215671 is #DEA98E. Grayscale: #494949. Windows color (decimal): -14592399 or 7427617. OLE color: 7427617.

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

Color convert

RGB 33 86 113 -
CMYK 0.71 0.24 0 0.56
HSL 200.25º 0.55% 0.29% -
HSV(B) 200.25º 0.71% 0.44% -
XYZ 6.94 8.17 16.83 -
YUV 73.23 150.44 99.3 -
System Red Green Blue C M Y K H S L
Decimal 33 86 113 0.71 0.24 0 0.56 200.25 0.55 0.29
Hex 21 56 71 47 18 0 38 C8 37 1D
Octal 41 126 161 107 30 0 70 310 67 35
Binary 100001 1010110 1110001 1000111 11000 0 111000 11001000 110111 11101

Color Harmonies of #215671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215671

Black with #215671

Text Example


Text Example

White with #215671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215671; }

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

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

background-color css

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

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

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

border-color css

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

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

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