Html Css Color HEX #285F76 Orient

📋 copy color: '#285F76'

red 40 ◦ green 95 ◦ blue 118

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

Shades of Orient #285F76

Tints of Orient #285F76

RGB

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

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

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

R = 15.81%
G = 37.55%
B = 46.64%

CMYK

 C value IS 0.66

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#285F76 (or 0x285F76) is known color: Orient. HEX triplet: 28, 5F and 76. RGB value is (40,95,118). Sum of RGB (Red+Green+Blue) = 40+95+118=253 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.81% from 253); Green value is 95 (37.5% from 255 or 37.55% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 118 - color contains mainly: blue. Hex color #285F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285F76 is #D7A089. Grayscale: #515151. Windows color (decimal): -14131338 or 7757608. OLE color: 7757608.

HSL color Cylindrical-coordinate representation of color #285F76: hue angle of 197.69º 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 #285F76 is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 40 95 118 -
CMYK 0.66 0.19 0 0.54
HSL 197.69º 0.49% 0.31% -
HSV(B) 197.69º 0.66% 0.46% -
XYZ 8.24 9.94 18.62 -
YUV 81.18 148.78 98.63 -
System Red Green Blue C M Y K H S L
Decimal 40 95 118 0.66 0.19 0 0.54 197.69 0.49 0.31
Hex 28 5F 76 42 13 0 36 C6 31 1F
Octal 50 137 166 102 23 0 66 306 61 37
Binary 101000 1011111 1110110 1000010 10011 0 110110 11000110 110001 11111

Color Harmonies of #285F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285F76

Black with #285F76

Text Example


Text Example

White with #285F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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