#38605C

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

Shades of Oracle #38605C

Tints of Oracle #38605C

Color information

#38605C (or 0x38605C) is unknown color: approx Oracle. HEX triplet: 38, 60 and 5C. RGB value is (56,96,92). Sum of RGB (Red+Green+Blue) = 56+96+92=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 96 - color contains mainly: green. Hex color #38605C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38605C is #C79FA3. Grayscale: #535353. Windows color (decimal): -13082532 or 6053944. OLE color: 6053944.

HSL color Cylindrical-coordinate representation of color #38605C: hue angle of 174º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #38605C is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB569692-
CMYK0.4200.040.62
HSL174º26.32%29.8%-
HSV(B)174º41.67%37.65%-
XYZ7.759.9811.64-
YUV83.58132.75108.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.95%
GREEN value IS 96 (37.89% from 255) = 39.34%
BLUE value IS 92 (36.33% from 255) = 37.70%
R=22.95%
G=39.34%
B=37.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5696920.4200.040.6217426.3229.8
Hex38605C2A043Eae1a1e
Octal701401345204762563236
Binary111000110000010111001010100100111110101011101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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