#38585A

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

Shades of Oracle #38585A

Tints of Oracle #38585A

Color information

#38585A (or 0x38585A) is unknown color: approx Oracle. HEX triplet: 38, 58 and 5A. RGB value is (56,88,90). Sum of RGB (Red+Green+Blue) = 56+88+90=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 90 - color contains mainly: blue. Hex color #38585A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38585A is #C7A7A5. Grayscale: #4E4E4E. Windows color (decimal): -13084582 or 5920824. OLE color: 5920824.

HSL color Cylindrical-coordinate representation of color #38585A: hue angle of 183.53º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #38585A is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB568890-
CMYK0.380.0200.65
HSL183.53º23.29%28.63%-
HSV(B)183.53º37.78%35.29%-
XYZ6.978.5610.96-
YUV78.66134.4111.84-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.93%
GREEN value IS 88 (34.77% from 255) = 37.61%
BLUE value IS 90 (35.55% from 255) = 38.46%
R=23.93%
G=37.61%
B=38.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5688900.380.0200.65183.5323.2928.63
Hex38585A262041b8171d
Octal7013013246201012702735
Binary111000101100010110101001101001000001101110001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38585A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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