Html Css Color HEX #3F5958 Oracle

📋 copy color: '#3F5958'

red 63 ◦ green 89 ◦ blue 88

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

Shades of Oracle #3F5958

Tints of Oracle #3F5958

RGB

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

 GREEN value IS 89 (35.16% from 255) = 37.08%

 BLUE value IS 88 (34.77% from 255) = 36.67%

R = 26.25%
G = 37.08%
B = 36.67%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#3F5958 (or 0x3F5958) is known color: Oracle. HEX triplet: 3F, 59 and 58. RGB value is (63,89,88). Sum of RGB (Red+Green+Blue) = 63+89+88=240 (31% of max value = 765). Red value is 63 (25% from 255 or 26.25% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 88 (34.77% from 255 or 36.67% from 240); Max value from RGB is 89 - color contains mainly: green. Hex color #3F5958 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5958 is #C0A6A7. Grayscale: #515151. Windows color (decimal): -12625576 or 5790015. OLE color: 5790015.

HSL color Cylindrical-coordinate representation of color #3F5958: hue angle of 177.69º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3F5958 is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB 63 89 88 -
CMYK 0.29 0 0.01 0.65
HSL 177.69º 0.17% 0.3% -
HSV(B) 177.69º 0.29% 0.35% -
XYZ 7.38 8.91 10.56 -
YUV 81.11 131.89 115.08 -
System Red Green Blue C M Y K H S L
Decimal 63 89 88 0.29 0 0.01 0.65 177.69 0.17 0.3
Hex 3F 59 58 1D 0 1 41 B2 11 1E
Octal 77 131 130 35 0 1 101 262 21 36
Binary 111111 1011001 1011000 11101 0 1 1000001 10110010 10001 11110

Color Harmonies of #3F5958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5958

Black with #3F5958

Text Example


Text Example

White with #3F5958

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,89,88); }

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

background-color css

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

 a { background-color: rgb(63,89,88); }

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

border-color css

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

 span { border-color: rgb(63,89,88); }

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