Html Css Color HEX #215F73 Orient

📋 copy color: '#215F73'

red 33 ◦ green 95 ◦ blue 115

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

Shades of Orient #215F73

Tints of Orient #215F73

RGB

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

 GREEN value IS 95 (37.5% from 255) = 39.09%

 BLUE value IS 115 (45.31% from 255) = 47.33%

R = 13.58%
G = 39.09%
B = 47.33%

CMYK

 C value IS 0.71

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#215F73 (or 0x215F73) is known color: Orient. HEX triplet: 21, 5F and 73. RGB value is (33,95,115). Sum of RGB (Red+Green+Blue) = 33+95+115=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 95 (37.5% from 255 or 39.09% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 115 - color contains mainly: blue. Hex color #215F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215F73 is #DEA08C. Grayscale: #4E4E4E. Windows color (decimal): -14590093 or 7560993. OLE color: 7560993.

HSL color Cylindrical-coordinate representation of color #215F73: hue angle of 194.63º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #215F73 is Cyan = 0.71, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 33 95 115 -
CMYK 0.71 0.17 0 0.55
HSL 194.63º 0.55% 0.29% -
HSV(B) 194.63º 0.71% 0.45% -
XYZ 7.81 9.75 17.69 -
YUV 78.74 148.46 95.37 -
System Red Green Blue C M Y K H S L
Decimal 33 95 115 0.71 0.17 0 0.55 194.63 0.55 0.29
Hex 21 5F 73 47 11 0 37 C3 37 1D
Octal 41 137 163 107 21 0 67 303 67 35
Binary 100001 1011111 1110011 1000111 10001 0 110111 11000011 110111 11101

Color Harmonies of #215F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215F73

Black with #215F73

Text Example


Text Example

White with #215F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215F73; }

 p { color: rgb(33,95,115); }

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

background-color css

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

 a { background-color: rgb(33,95,115); }

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

border-color css

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

 span { border-color: rgb(33,95,115); }

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