Html Css Color HEX #285B5F Oracle

📋 copy color: '#285B5F'

red 40 ◦ green 91 ◦ blue 95

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

Shades of Oracle #285B5F

Tints of Oracle #285B5F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 40.27%

 BLUE value IS 95 (37.5% from 255) = 42.04%

R = 17.7%
G = 40.27%
B = 42.04%

CMYK

 C value IS 0.58

 M value IS 0.04

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#285B5F (or 0x285B5F) is known color: Oracle. HEX triplet: 28, 5B and 5F. RGB value is (40,91,95). Sum of RGB (Red+Green+Blue) = 40+91+95=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 91 (35.94% from 255 or 40.27% from 226); Blue value is 95 (37.5% from 255 or 42.04% from 226); Max value from RGB is 95 - color contains mainly: blue. Hex color #285B5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285B5F is #D7A4A0. Grayscale: #4C4C4C. Windows color (decimal): -14132385 or 6249256. OLE color: 6249256.

HSL color Cylindrical-coordinate representation of color #285B5F: hue angle of 184.36º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #285B5F is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 40 91 95 -
CMYK 0.58 0.04 0 0.63
HSL 184.36º 0.41% 0.26% -
HSV(B) 184.36º 0.58% 0.37% -
XYZ 6.68 8.76 12.17 -
YUV 76.21 138.6 102.17 -
System Red Green Blue C M Y K H S L
Decimal 40 91 95 0.58 0.04 0 0.63 184.36 0.41 0.26
Hex 28 5B 5F 3A 4 0 3F B8 29 1A
Octal 50 133 137 72 4 0 77 270 51 32
Binary 101000 1011011 1011111 111010 100 0 111111 10111000 101001 11010

Color Harmonies of #285B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285B5F

Black with #285B5F

Text Example


Text Example

White with #285B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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