Html Css Color HEX #21597B Orient

📋 copy color: '#21597B'

red 33 ◦ green 89 ◦ blue 123

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

Shades of Orient #21597B

Tints of Orient #21597B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.33%

 BLUE value IS 123 (48.44% from 255) = 50.2%

R = 13.47%
G = 36.33%
B = 50.2%

CMYK

 C value IS 0.73

 M value IS 0.28

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#21597B (or 0x21597B) is known color: Orient. HEX triplet: 21, 59 and 7B. RGB value is (33,89,123). Sum of RGB (Red+Green+Blue) = 33+89+123=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 123 (48.44% from 255 or 50.20% from 245); Max value from RGB is 123 - color contains mainly: blue. Hex color #21597B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21597B is #DEA684. Grayscale: #4B4B4B. Windows color (decimal): -14591621 or 8083745. OLE color: 8083745.

HSL color Cylindrical-coordinate representation of color #21597B: hue angle of 202.67º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21597B is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 33 89 123 -
CMYK 0.73 0.28 0 0.52
HSL 202.67º 0.58% 0.31% -
HSV(B) 202.67º 0.73% 0.48% -
XYZ 7.77 8.9 20.05 -
YUV 76.13 154.45 97.24 -
System Red Green Blue C M Y K H S L
Decimal 33 89 123 0.73 0.28 0 0.52 202.67 0.58 0.31
Hex 21 59 7B 49 1C 0 34 CB 3A 1F
Octal 41 131 173 111 34 0 64 313 72 37
Binary 100001 1011001 1111011 1001001 11100 0 110100 11001011 111010 11111

Color Harmonies of #21597B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21597B

Black with #21597B

Text Example


Text Example

White with #21597B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21597B; }

 p { color: rgb(33,89,123); }

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

background-color css

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

 a { background-color: rgb(33,89,123); }

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

border-color css

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

 span { border-color: rgb(33,89,123); }

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