Html Css Color HEX #3F5859 Oracle

📋 copy color: '#3F5859'

red 63 ◦ green 88 ◦ blue 89

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

Shades of Oracle #3F5859

Tints of Oracle #3F5859

RGB

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

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

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

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

CMYK

 C value IS 0.29

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #3F5859: hue angle of 182.31º 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 #3F5859 is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 63 88 89 -
CMYK 0.29 0.01 0 0.65
HSL 182.31º 0.17% 0.3% -
HSV(B) 182.31º 0.29% 0.35% -
XYZ 7.34 8.76 10.75 -
YUV 80.64 132.72 115.42 -
System Red Green Blue C M Y K H S L
Decimal 63 88 89 0.29 0.01 0 0.65 182.31 0.17 0.3
Hex 3F 58 59 1D 1 0 41 B6 11 1E
Octal 77 130 131 35 1 0 101 266 21 36
Binary 111111 1011000 1011001 11101 1 0 1000001 10110110 10001 11110

Color Harmonies of #3F5859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5859

Black with #3F5859

Text Example


Text Example

White with #3F5859

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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