#386261

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

Shades of Oracle #386261

Tints of Oracle #386261

Color information

#386261 (or 0x386261) is unknown color: approx Oracle. HEX triplet: 38, 62 and 61. RGB value is (56,98,97). Sum of RGB (Red+Green+Blue) = 56+98+97=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 97 (38.28% from 255 or 38.65% from 251); Max value from RGB is 98 - color contains mainly: green. Hex color #386261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386261 is #C79D9E. Grayscale: #555555. Windows color (decimal): -13082015 or 6382136. OLE color: 6382136.

HSL color Cylindrical-coordinate representation of color #386261: hue angle of 178.57º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #386261 is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB569897-
CMYK0.4300.010.62
HSL178.57º27.27%30.2%-
HSV(B)178.57º42.86%38.43%-
XYZ8.1610.4412.89-
YUV85.33134.59107.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.31%
GREEN value IS 98 (38.67% from 255) = 39.04%
BLUE value IS 97 (38.28% from 255) = 38.65%
R=22.31%
G=39.04%
B=38.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5698970.4300.010.62178.5727.2730.2
Hex3862612B013Eb31b1e
Octal701421415301762633336
Binary1110001100010110000110101101111110101100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386261; }

 p { color: rgb(56,98,97); }

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

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

 a { background-color: rgb(56,98,97); }

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

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

 span { border-color: rgb(56,98,97); }

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