Html Css Color HEX #215975 Orient

📋 copy color: '#215975'

red 33 ◦ green 89 ◦ blue 117

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

Shades of Orient #215975

Tints of Orient #215975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 48.95%

R = 13.81%
G = 37.24%
B = 48.95%

CMYK

 C value IS 0.72

 M value IS 0.24

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#215975 (or 0x215975) is known color: Orient. HEX triplet: 21, 59 and 75. RGB value is (33,89,117). Sum of RGB (Red+Green+Blue) = 33+89+117=239 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.81% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 117 (46.09% from 255 or 48.95% from 239); Max value from RGB is 117 - color contains mainly: blue. Hex color #215975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215975 is #DEA68A. Grayscale: #4B4B4B. Windows color (decimal): -14591627 or 7690529. OLE color: 7690529.

HSL color Cylindrical-coordinate representation of color #215975: hue angle of 200º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #215975 is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 33 89 117 -
CMYK 0.72 0.24 0 0.54
HSL 200º 0.56% 0.29% -
HSV(B) 200º 0.72% 0.46% -
XYZ 7.41 8.75 18.13 -
YUV 75.45 151.45 97.72 -
System Red Green Blue C M Y K H S L
Decimal 33 89 117 0.72 0.24 0 0.54 200 0.56 0.29
Hex 21 59 75 48 18 0 36 C8 38 1D
Octal 41 131 165 110 30 0 66 310 70 35
Binary 100001 1011001 1110101 1001000 11000 0 110110 11001000 111000 11101

Color Harmonies of #215975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215975

Black with #215975

Text Example


Text Example

White with #215975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215975; }

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

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

background-color css

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

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

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

border-color css

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

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

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