Html Css Color HEX #285D76 Orient

📋 copy color: '#285D76'

red 40 ◦ green 93 ◦ blue 118

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

Shades of Orient #285D76

Tints of Orient #285D76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 47.01%

R = 15.94%
G = 37.05%
B = 47.01%

CMYK

 C value IS 0.66

 M value IS 0.21

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#285D76 (or 0x285D76) is known color: Orient. HEX triplet: 28, 5D and 76. RGB value is (40,93,118). Sum of RGB (Red+Green+Blue) = 40+93+118=251 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.94% from 251); Green value is 93 (36.72% from 255 or 37.05% from 251); Blue value is 118 (46.48% from 255 or 47.01% from 251); Max value from RGB is 118 - color contains mainly: blue. Hex color #285D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285D76 is #D7A289. Grayscale: #4F4F4F. Windows color (decimal): -14131850 or 7757096. OLE color: 7757096.

HSL color Cylindrical-coordinate representation of color #285D76: hue angle of 199.23º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #285D76 is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 40 93 118 -
CMYK 0.66 0.21 0 0.54
HSL 199.23º 0.49% 0.31% -
HSV(B) 199.23º 0.66% 0.46% -
XYZ 8.06 9.59 18.57 -
YUV 80 149.44 99.47 -
System Red Green Blue C M Y K H S L
Decimal 40 93 118 0.66 0.21 0 0.54 199.23 0.49 0.31
Hex 28 5D 76 42 15 0 36 C7 31 1F
Octal 50 135 166 102 25 0 66 307 61 37
Binary 101000 1011101 1110110 1000010 10101 0 110110 11000111 110001 11111

Color Harmonies of #285D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285D76

Black with #285D76

Text Example


Text Example

White with #285D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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