#38575A

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

Shades of Oracle #38575A

Tints of Oracle #38575A

Color information

#38575A (or 0x38575A) is unknown color: approx Oracle. HEX triplet: 38, 57 and 5A. RGB value is (56,87,90). Sum of RGB (Red+Green+Blue) = 56+87+90=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 87 (34.38% from 255 or 37.34% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 90 - color contains mainly: blue. Hex color #38575A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38575A is #C7A8A5. Grayscale: #4E4E4E. Windows color (decimal): -13084838 or 5920568. OLE color: 5920568.

HSL color Cylindrical-coordinate representation of color #38575A: hue angle of 185.29º 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 #38575A is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB568790-
CMYK0.380.0300.65
HSL185.29º23.29%28.63%-
HSV(B)185.29º37.78%35.29%-
XYZ6.888.410.93-
YUV78.07134.73112.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.03%
GREEN value IS 87 (34.38% from 255) = 37.34%
BLUE value IS 90 (35.55% from 255) = 38.63%
R=24.03%
G=37.34%
B=38.63%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5687900.380.0300.65185.2923.2928.63
Hex38575A263041b9171d
Octal7012713246301012712735
Binary111000101011110110101001101101000001101110011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38575A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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