#3A5C5E

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

Shades of Oracle #3A5C5E

Tints of Oracle #3A5C5E

Color information

#3A5C5E (or 0x3A5C5E) is unknown color: approx Oracle. HEX triplet: 3A, 5C and 5E. RGB value is (58,92,94). Sum of RGB (Red+Green+Blue) = 58+92+94=244 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.77% from 244); Green value is 92 (36.33% from 255 or 37.70% from 244); Blue value is 94 (37.11% from 255 or 38.52% from 244); Max value from RGB is 94 - color contains mainly: blue. Hex color #3A5C5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5C5E is #C5A3A1. Grayscale: #525252. Windows color (decimal): -12952482 or 6183994. OLE color: 6183994.

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

Color convert

RGB589294-
CMYK0.380.0200.63
HSL183.33º23.68%29.8%-
HSV(B)183.33º38.3%36.86%-
XYZ7.599.3612-
YUV82.06134.74110.84-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.77%
GREEN value IS 92 (36.33% from 255) = 37.70%
BLUE value IS 94 (37.11% from 255) = 38.52%
R=23.77%
G=37.70%
B=38.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5892940.380.0200.63183.3323.6829.8
Hex3A5C5E26203Fb7181e
Octal721341364620772673036
Binary11101010111001011110100110100111111101101111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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