#38605B

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

Shades of Oracle #38605B

Tints of Oracle #38605B

Color information

#38605B (or 0x38605B) is unknown color: approx Oracle. HEX triplet: 38, 60 and 5B. RGB value is (56,96,91). Sum of RGB (Red+Green+Blue) = 56+96+91=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 96 - color contains mainly: green. Hex color #38605B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38605B is #C79FA4. Grayscale: #535353. Windows color (decimal): -13082533 or 5988408. OLE color: 5988408.

HSL color Cylindrical-coordinate representation of color #38605B: hue angle of 172.5º 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 #38605B is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB569691-
CMYK0.4200.050.62
HSL172.5º26.32%29.8%-
HSV(B)172.5º41.67%37.65%-
XYZ7.79.9611.41-
YUV83.47132.25108.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.05%
GREEN value IS 96 (37.89% from 255) = 39.51%
BLUE value IS 91 (35.94% from 255) = 37.45%
R=23.05%
G=39.51%
B=37.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5696910.4200.050.62172.526.3229.8
Hex38605B2A053Eac1a1e
Octal701401335205762543236
Binary111000110000010110111010100101111110101011001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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