Html Css Color HEX #285E73 Orient

📋 copy color: '#285E73'

red 40 ◦ green 94 ◦ blue 115

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

Shades of Orient #285E73

Tints of Orient #285E73

RGB

 RED value IS 40 (16.02% from 255) = 16.06%

 GREEN value IS 94 (37.11% from 255) = 37.75%

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

R = 16.06%
G = 37.75%
B = 46.18%

CMYK

 C value IS 0.65

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#285E73 (or 0x285E73) is known color: Orient. HEX triplet: 28, 5E and 73. RGB value is (40,94,115). Sum of RGB (Red+Green+Blue) = 40+94+115=249 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.06% from 249); Green value is 94 (37.11% from 255 or 37.75% from 249); Blue value is 115 (45.31% from 255 or 46.18% from 249); Max value from RGB is 115 - color contains mainly: blue. Hex color #285E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285E73 is #D7A18C. Grayscale: #505050. Windows color (decimal): -14131597 or 7560744. OLE color: 7560744.

HSL color Cylindrical-coordinate representation of color #285E73: hue angle of 196.8º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #285E73 is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 40 94 115 -
CMYK 0.65 0.18 0 0.55
HSL 196.8º 0.48% 0.3% -
HSV(B) 196.8º 0.65% 0.45% -
XYZ 7.97 9.69 17.67 -
YUV 80.25 147.61 99.29 -
System Red Green Blue C M Y K H S L
Decimal 40 94 115 0.65 0.18 0 0.55 196.8 0.48 0.3
Hex 28 5E 73 41 12 0 37 C5 30 1E
Octal 50 136 163 101 22 0 67 305 60 36
Binary 101000 1011110 1110011 1000001 10010 0 110111 11000101 110000 11110

Color Harmonies of #285E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285E73

Black with #285E73

Text Example


Text Example

White with #285E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285E73; }

 p { color: rgb(40,94,115); }

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

background-color css

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

 a { background-color: rgb(40,94,115); }

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

border-color css

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

 span { border-color: rgb(40,94,115); }

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