Html Css Color HEX #21586D Orient

📋 copy color: '#21586D'

red 33 ◦ green 88 ◦ blue 109

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

Shades of Orient #21586D

Tints of Orient #21586D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 47.39%

R = 14.35%
G = 38.26%
B = 47.39%

CMYK

 C value IS 0.70

 M value IS 0.19

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#21586D (or 0x21586D) is known color: Orient. HEX triplet: 21, 58 and 6D. RGB value is (33,88,109). Sum of RGB (Red+Green+Blue) = 33+88+109=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 88 (34.77% from 255 or 38.26% from 230); Blue value is 109 (42.97% from 255 or 47.39% from 230); Max value from RGB is 109 - color contains mainly: blue. Hex color #21586D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21586D is #DEA792. Grayscale: #494949. Windows color (decimal): -14591891 or 7165985. OLE color: 7165985.

HSL color Cylindrical-coordinate representation of color #21586D: hue angle of 196.58º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #21586D is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 33 88 109 -
CMYK 0.70 0.19 0 0.57
HSL 196.58º 0.54% 0.28% -
HSV(B) 196.58º 0.7% 0.43% -
XYZ 6.88 8.41 15.73 -
YUV 73.95 147.78 98.79 -
System Red Green Blue C M Y K H S L
Decimal 33 88 109 0.70 0.19 0 0.57 196.58 0.54 0.28
Hex 21 58 6D 46 13 0 39 C5 36 1C
Octal 41 130 155 106 23 0 71 305 66 34
Binary 100001 1011000 1101101 1000110 10011 0 111001 11000101 110110 11100

Color Harmonies of #21586D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21586D

Black with #21586D

Text Example


Text Example

White with #21586D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21586D; }

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

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

background-color css

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

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

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

border-color css

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

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

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