#385457

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

Shades of Oracle #385457

Tints of Oracle #385457

Color information

#385457 (or 0x385457) is unknown color: approx Oracle. HEX triplet: 38, 54 and 57. RGB value is (56,84,87). Sum of RGB (Red+Green+Blue) = 56+84+87=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 87 (34.38% from 255 or 38.33% from 227); Max value from RGB is 87 - color contains mainly: blue. Hex color #385457 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385457 is #C7ABA8. Grayscale: #4B4B4B. Windows color (decimal): -13085609 or 5723192. OLE color: 5723192.

HSL color Cylindrical-coordinate representation of color #385457: hue angle of 185.81º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #385457 is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB568487-
CMYK0.360.0300.66
HSL185.81º21.68%28.04%-
HSV(B)185.81º35.63%34.12%-
XYZ6.527.8710.19-
YUV75.97134.22113.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.67%
GREEN value IS 84 (33.20% from 255) = 37.00%
BLUE value IS 87 (34.38% from 255) = 38.33%
R=24.67%
G=37.00%
B=38.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5684870.360.0300.66185.8121.6828.04
Hex385457243042ba161c
Octal7012412744301022722634
Binary111000101010010101111001001101000010101110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385457; }

 p { color: rgb(56,84,87); }

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

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

 a { background-color: rgb(56,84,87); }

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

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

 span { border-color: rgb(56,84,87); }

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