Html Css Color HEX #3F5051 Oracle

📋 copy color: '#3F5051'

red 63 ◦ green 80 ◦ blue 81

#3F5051
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oracle #3F5051

Tints of Oracle #3F5051

RGB

 RED value IS 63 (25% from 255) = 28.13%

 GREEN value IS 80 (31.64% from 255) = 35.71%

 BLUE value IS 81 (32.03% from 255) = 36.16%

R = 28.13%
G = 35.71%
B = 36.16%

CMYK

 C value IS 0.22

 M value IS 0.01

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3F5051 (or 0x3F5051) is known color: Oracle. HEX triplet: 3F, 50 and 51. RGB value is (63,80,81). Sum of RGB (Red+Green+Blue) = 63+80+81=224 (29% of max value = 765). Red value is 63 (25% from 255 or 28.12% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 81 (32.03% from 255 or 36.16% from 224); Max value from RGB is 81 - color contains mainly: blue. Hex color #3F5051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5051 is #C0AFAE. Grayscale: #4B4B4B. Windows color (decimal): -12627887 or 5328959. OLE color: 5328959.

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

Color convert

RGB 63 80 81 -
CMYK 0.22 0.01 0 0.68
HSL 183.33º 0.13% 0.28% -
HSV(B) 183.33º 0.22% 0.32% -
XYZ 6.4 7.39 8.87 -
YUV 75.03 131.37 119.42 -
System Red Green Blue C M Y K H S L
Decimal 63 80 81 0.22 0.01 0 0.68 183.33 0.13 0.28
Hex 3F 50 51 16 1 0 44 B7 C 1C
Octal 77 120 121 26 1 0 104 267 14 34
Binary 111111 1010000 1010001 10110 1 0 1000100 10110111 1100 11100

Color Harmonies of #3F5051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5051

Black with #3F5051

Text Example


Text Example

White with #3F5051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F5051;
 }
 .AnyTagClassName
 {
   color: #3F5051;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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