Html Css Color HEX #285D72 Orient

📋 copy color: '#285D72'

red 40 ◦ green 93 ◦ blue 114

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

Shades of Orient #285D72

Tints of Orient #285D72

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.65%

 BLUE value IS 114 (44.92% from 255) = 46.15%

R = 16.19%
G = 37.65%
B = 46.15%

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

#285D72 (or 0x285D72) is known color: Orient. HEX triplet: 28, 5D and 72. RGB value is (40,93,114). Sum of RGB (Red+Green+Blue) = 40+93+114=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 93 (36.72% from 255 or 37.65% from 247); Blue value is 114 (44.92% from 255 or 46.15% from 247); Max value from RGB is 114 - color contains mainly: blue. Hex color #285D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285D72 is #D7A28D. Grayscale: #4F4F4F. Windows color (decimal): -14131854 or 7494952. OLE color: 7494952.

HSL color Cylindrical-coordinate representation of color #285D72: hue angle of 197.03º 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 #285D72 is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 40 93 114 -
CMYK 0.65 0.18 0 0.55
HSL 197.03º 0.48% 0.3% -
HSV(B) 197.03º 0.65% 0.45% -
XYZ 7.83 9.49 17.34 -
YUV 79.55 147.44 99.79 -
System Red Green Blue C M Y K H S L
Decimal 40 93 114 0.65 0.18 0 0.55 197.03 0.48 0.3
Hex 28 5D 72 41 12 0 37 C5 30 1E
Octal 50 135 162 101 22 0 67 305 60 36
Binary 101000 1011101 1110010 1000001 10010 0 110111 11000101 110000 11110

Color Harmonies of #285D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285D72

Black with #285D72

Text Example


Text Example

White with #285D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,93,114); }

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

background-color css

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

 a { background-color: rgb(40,93,114); }

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

border-color css

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

 span { border-color: rgb(40,93,114); }

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