#385152

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

Shades of Oracle #385152

Tints of Oracle #385152

Color information

#385152 (or 0x385152) is unknown color: approx Oracle. HEX triplet: 38, 51 and 52. RGB value is (56,81,82). Sum of RGB (Red+Green+Blue) = 56+81+82=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 81 (32.03% from 255 or 36.99% from 219); Blue value is 82 (32.42% from 255 or 37.44% from 219); Max value from RGB is 82 - color contains mainly: blue. Hex color #385152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385152 is #C7AEAD. Grayscale: #494949. Windows color (decimal): -13086382 or 5394744. OLE color: 5394744.

HSL color Cylindrical-coordinate representation of color #385152: hue angle of 182.31º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #385152 is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB568182-
CMYK0.320.0100.68
HSL182.31º18.84%27.06%-
HSV(B)182.31º31.71%32.16%-
XYZ6.17.339.08-
YUV73.64132.72115.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.57%
GREEN value IS 81 (32.03% from 255) = 36.99%
BLUE value IS 82 (32.42% from 255) = 37.44%
R=25.57%
G=36.99%
B=37.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5681820.320.0100.68182.3118.8427.06
Hex385152201044b6131b
Octal7012112240101042662333
Binary11100010100011010010100000101000100101101101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385152; }

 p { color: rgb(56,81,82); }

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

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

 a { background-color: rgb(56,81,82); }

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

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

 span { border-color: rgb(56,81,82); }

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