#38585C

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

Shades of Oracle #38585C

Tints of Oracle #38585C

Color information

#38585C (or 0x38585C) is unknown color: approx Oracle. HEX triplet: 38, 58 and 5C. RGB value is (56,88,92). Sum of RGB (Red+Green+Blue) = 56+88+92=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 88 (34.77% from 255 or 37.29% from 236); Blue value is 92 (36.33% from 255 or 38.98% from 236); Max value from RGB is 92 - color contains mainly: blue. Hex color #38585C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38585C is #C7A7A3. Grayscale: #4E4E4E. Windows color (decimal): -13084580 or 6051896. OLE color: 6051896.

HSL color Cylindrical-coordinate representation of color #38585C: hue angle of 186.67º 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 #38585C is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB568892-
CMYK0.390.0400.64
HSL186.67º24.32%29.02%-
HSV(B)186.67º39.13%36.08%-
XYZ7.058.5911.41-
YUV78.89135.4111.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.73%
GREEN value IS 88 (34.77% from 255) = 37.29%
BLUE value IS 92 (36.33% from 255) = 38.98%
R=23.73%
G=37.29%
B=38.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5688920.390.0400.64186.6724.3229.02
Hex38585C274040bb181d
Octal7013013447401002733035
Binary1110001011000101110010011110001000000101110111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38585C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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