Html Css Color HEX #215375 Orient

📋 copy color: '#215375'

red 33 ◦ green 83 ◦ blue 117

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

Shades of Orient #215375

Tints of Orient #215375

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.62%

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

R = 14.16%
G = 35.62%
B = 50.21%

CMYK

 C value IS 0.72

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#215375 (or 0x215375) is known color: Orient. HEX triplet: 21, 53 and 75. RGB value is (33,83,117). Sum of RGB (Red+Green+Blue) = 33+83+117=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 117 (46.09% from 255 or 50.21% from 233); Max value from RGB is 117 - color contains mainly: blue. Hex color #215375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215375 is #DEAC8A. Grayscale: #474747. Windows color (decimal): -14593163 or 7688993. OLE color: 7688993.

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

Color convert

RGB 33 83 117 -
CMYK 0.72 0.29 0 0.54
HSL 204.29º 0.56% 0.29% -
HSV(B) 204.29º 0.72% 0.46% -
XYZ 6.93 7.79 17.97 -
YUV 71.93 153.44 100.24 -
System Red Green Blue C M Y K H S L
Decimal 33 83 117 0.72 0.29 0 0.54 204.29 0.56 0.29
Hex 21 53 75 48 1D 0 36 CC 38 1D
Octal 41 123 165 110 35 0 66 314 70 35
Binary 100001 1010011 1110101 1001000 11101 0 110110 11001100 111000 11101

Color Harmonies of #215375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215375

Black with #215375

Text Example


Text Example

White with #215375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215375; }

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

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

background-color css

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

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

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

border-color css

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

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

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