#38595B

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

Shades of Oracle #38595B

Tints of Oracle #38595B

Color information

#38595B (or 0x38595B) is unknown color: approx Oracle. HEX triplet: 38, 59 and 5B. RGB value is (56,89,91). Sum of RGB (Red+Green+Blue) = 56+89+91=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 89 (35.16% from 255 or 37.71% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 91 - color contains mainly: blue. Hex color #38595B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38595B is #C7A6A4. Grayscale: #4F4F4F. Windows color (decimal): -13084325 or 5986616. OLE color: 5986616.

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

Color convert

RGB568991-
CMYK0.380.0200.64
HSL183.43º23.81%28.82%-
HSV(B)183.43º38.46%35.69%-
XYZ7.098.7411.21-
YUV79.36134.57111.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.73%
GREEN value IS 89 (35.16% from 255) = 37.71%
BLUE value IS 91 (35.94% from 255) = 38.56%
R=23.73%
G=37.71%
B=38.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5689910.380.0200.64183.4323.8128.82
Hex38595B262040b7181d
Octal7013113346201002673035
Binary111000101100110110111001101001000000101101111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38595B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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