Html Css Color HEX #215675 Orient

📋 copy color: '#215675'

red 33 ◦ green 86 ◦ blue 117

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

Shades of Orient #215675

Tints of Orient #215675

RGB

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

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

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

R = 13.98%
G = 36.44%
B = 49.58%

CMYK

 C value IS 0.72

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#215675 (or 0x215675) is known color: Orient. HEX triplet: 21, 56 and 75. RGB value is (33,86,117). Sum of RGB (Red+Green+Blue) = 33+86+117=236 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.98% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 117 (46.09% from 255 or 49.58% from 236); Max value from RGB is 117 - color contains mainly: blue. Hex color #215675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215675 is #DEA98A. Grayscale: #494949. Windows color (decimal): -14592395 or 7689761. OLE color: 7689761.

HSL color Cylindrical-coordinate representation of color #215675: hue angle of 202.14º 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 #215675 is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 33 86 117 -
CMYK 0.72 0.26 0 0.54
HSL 202.14º 0.56% 0.29% -
HSV(B) 202.14º 0.72% 0.46% -
XYZ 7.17 8.26 18.05 -
YUV 73.69 152.44 98.98 -
System Red Green Blue C M Y K H S L
Decimal 33 86 117 0.72 0.26 0 0.54 202.14 0.56 0.29
Hex 21 56 75 48 1A 0 36 CA 38 1D
Octal 41 126 165 110 32 0 66 312 70 35
Binary 100001 1010110 1110101 1001000 11010 0 110110 11001010 111000 11101

Color Harmonies of #215675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215675

Black with #215675

Text Example


Text Example

White with #215675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215675; }

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

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

background-color css

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

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

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

border-color css

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

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

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