#38595C

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

Shades of Oracle #38595C

Tints of Oracle #38595C

Color information

#38595C (or 0x38595C) is unknown color: approx Oracle. HEX triplet: 38, 59 and 5C. RGB value is (56,89,92). Sum of RGB (Red+Green+Blue) = 56+89+92=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 89 (35.16% from 255 or 37.55% from 237); Blue value is 92 (36.33% from 255 or 38.82% from 237); Max value from RGB is 92 - color contains mainly: blue. Hex color #38595C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38595C is #C7A6A3. Grayscale: #4F4F4F. Windows color (decimal): -13084324 or 6052152. OLE color: 6052152.

HSL color Cylindrical-coordinate representation of color #38595C: hue angle of 185º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #38595C is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB568992-
CMYK0.390.0300.64
HSL185º24.32%29.02%-
HSV(B)185º39.13%36.08%-
XYZ7.148.7611.44-
YUV79.47135.07111.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.63%
GREEN value IS 89 (35.16% from 255) = 37.55%
BLUE value IS 92 (36.33% from 255) = 38.82%
R=23.63%
G=37.55%
B=38.82%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5689920.390.0300.6418524.3229.02
Hex38595C273040b9181d
Octal7013113447301002713035
Binary111000101100110111001001111101000000101110011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38595C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38595C; }

 p { color: rgb(56,89,92); }

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

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

 a { background-color: rgb(56,89,92); }

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

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

 span { border-color: rgb(56,89,92); }

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