#3F5152

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

Shades of Oracle #3F5152

Tints of Oracle #3F5152

Color information

#3F5152 (or 0x3F5152) is unknown color: approx Oracle. HEX triplet: 3F, 51 and 52. RGB value is (63,81,82). Sum of RGB (Red+Green+Blue) = 63+81+82=226 (29% of max value = 765). Red value is 63 (25% from 255 or 27.88% from 226); Green value is 81 (32.03% from 255 or 35.84% from 226); Blue value is 82 (32.42% from 255 or 36.28% from 226); Max value from RGB is 82 - color contains mainly: blue. Hex color #3F5152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5152 is #C0AEAD. Grayscale: #4B4B4B. Windows color (decimal): -12627630 or 5394751. OLE color: 5394751.

HSL color Cylindrical-coordinate representation of color #3F5152: hue angle of 183.16º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3F5152 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB638182-
CMYK0.230.0100.68
HSL183.16º13.1%28.43%-
HSV(B)183.16º23.17%32.16%-
XYZ6.527.559.1-
YUV75.73131.54118.92-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.88%
GREEN value IS 81 (32.03% from 255) = 35.84%
BLUE value IS 82 (32.42% from 255) = 36.28%
R=27.88%
G=35.84%
B=36.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6381820.230.0100.68183.1613.128.43
Hex3F5152171044b7d1c
Octal7712112227101042671534
Binary111111101000110100101011110100010010110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F5152; }

 p { color: rgb(63,81,82); }

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

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

 a { background-color: rgb(63,81,82); }

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

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

 span { border-color: rgb(63,81,82); }

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