#3B5C5E

Color #3B5C5E Oracle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oracle #3B5C5E

Tints of Oracle #3B5C5E

Color information

#3B5C5E (or 0x3B5C5E) is unknown color: approx Oracle. HEX triplet: 3B, 5C and 5E. RGB value is (59,92,94). Sum of RGB (Red+Green+Blue) = 59+92+94=245 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.08% from 245); Green value is 92 (36.33% from 255 or 37.55% from 245); Blue value is 94 (37.11% from 255 or 38.37% from 245); Max value from RGB is 94 - color contains mainly: blue. Hex color #3B5C5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5C5E is #C4A3A1. Grayscale: #525252. Windows color (decimal): -12886946 or 6183995. OLE color: 6183995.

HSL color Cylindrical-coordinate representation of color #3B5C5E: hue angle of 183.43º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3B5C5E is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB599294-
CMYK0.370.0200.63
HSL183.43º22.88%30%-
HSV(B)183.43º37.23%36.86%-
XYZ7.659.3912-
YUV82.36134.57111.34-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.08%
GREEN value IS 92 (36.33% from 255) = 37.55%
BLUE value IS 94 (37.11% from 255) = 38.37%
R=24.08%
G=37.55%
B=38.37%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5992940.370.0200.63183.4322.8830
Hex3B5C5E25203Fb7171e
Octal731341364520772672736
Binary11101110111001011110100101100111111101101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B5C5E; }

 p { color: rgb(59,92,94); }

 H1.HeaderClassName
 {
   color: #3B5C5E;
 }
 .AnyTagClassName
 {
   color: #3B5C5E;
 }
</style>
background-color css

<style>
 a { background-color: #3B5C5E; }

 a { background-color: rgb(59,92,94); }

 div.DivClassName
 {
   background-color: #3B5C5E;
 }
 .BgClassName
 {
   background-color: #3B5C5E;
 }
</style>
border-color css

<style>
 span { border-color: #3B5C5E; }

 span { border-color: rgb(59,92,94); }

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