Html Css Color HEX #215875 Orient

📋 copy color: '#215875'

red 33 ◦ green 88 ◦ blue 117

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

Shades of Orient #215875

Tints of Orient #215875

RGB

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

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

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

R = 13.87%
G = 36.97%
B = 49.16%

CMYK

 C value IS 0.72

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#215875 (or 0x215875) is known color: Orient. HEX triplet: 21, 58 and 75. RGB value is (33,88,117). Sum of RGB (Red+Green+Blue) = 33+88+117=238 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.87% from 238); Green value is 88 (34.77% from 255 or 36.97% from 238); Blue value is 117 (46.09% from 255 or 49.16% from 238); Max value from RGB is 117 - color contains mainly: blue. Hex color #215875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215875 is #DEA78A. Grayscale: #4A4A4A. Windows color (decimal): -14591883 or 7690273. OLE color: 7690273.

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

Color convert

RGB 33 88 117 -
CMYK 0.72 0.25 0 0.54
HSL 200.71º 0.56% 0.29% -
HSV(B) 200.71º 0.72% 0.46% -
XYZ 7.33 8.59 18.1 -
YUV 74.86 151.78 98.14 -
System Red Green Blue C M Y K H S L
Decimal 33 88 117 0.72 0.25 0 0.54 200.71 0.56 0.29
Hex 21 58 75 48 19 0 36 C9 38 1D
Octal 41 130 165 110 31 0 66 311 70 35
Binary 100001 1011000 1110101 1001000 11001 0 110110 11001001 111000 11101

Color Harmonies of #215875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215875

Black with #215875

Text Example


Text Example

White with #215875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215875; }

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

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

background-color css

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

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

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

border-color css

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

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

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