#385253

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

Shades of Oracle #385253

Tints of Oracle #385253

Color information

#385253 (or 0x385253) is unknown color: approx Oracle. HEX triplet: 38, 52 and 53. RGB value is (56,82,83). Sum of RGB (Red+Green+Blue) = 56+82+83=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 83 (32.81% from 255 or 37.56% from 221); Max value from RGB is 83 - color contains mainly: blue. Hex color #385253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385253 is #C7ADAC. Grayscale: #4A4A4A. Windows color (decimal): -13086125 or 5460536. OLE color: 5460536.

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

Color convert

RGB568283-
CMYK0.330.0100.67
HSL182.22º19.42%27.25%-
HSV(B)182.22º32.53%32.55%-
XYZ6.217.59.3-
YUV74.34132.89114.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.34%
GREEN value IS 82 (32.42% from 255) = 37.10%
BLUE value IS 83 (32.81% from 255) = 37.56%
R=25.34%
G=37.10%
B=37.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5682830.330.0100.67182.2219.4227.25
Hex385253211043b6131b
Octal7012212341101032662333
Binary11100010100101010011100001101000011101101101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385253; }

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

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

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

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

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

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

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

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