Html Css Color HEX #3F585A Oracle

📋 copy color: '#3F585A'

red 63 ◦ green 88 ◦ blue 90

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

Shades of Oracle #3F585A

Tints of Oracle #3F585A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 37.34%

R = 26.14%
G = 36.51%
B = 37.34%

CMYK

 C value IS 0.30

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3F585A (or 0x3F585A) is known color: Oracle. HEX triplet: 3F, 58 and 5A. RGB value is (63,88,90). Sum of RGB (Red+Green+Blue) = 63+88+90=241 (31% of max value = 765). Red value is 63 (25% from 255 or 26.14% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 90 - color contains mainly: blue. Hex color #3F585A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F585A is #C0A7A5. Grayscale: #505050. Windows color (decimal): -12625830 or 5920831. OLE color: 5920831.

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

Color convert

RGB 63 88 90 -
CMYK 0.30 0.02 0 0.65
HSL 184.44º 0.18% 0.3% -
HSV(B) 184.44º 0.3% 0.35% -
XYZ 7.39 8.77 10.98 -
YUV 80.75 133.22 115.34 -
System Red Green Blue C M Y K H S L
Decimal 63 88 90 0.30 0.02 0 0.65 184.44 0.18 0.3
Hex 3F 58 5A 1E 2 0 41 B8 12 1E
Octal 77 130 132 36 2 0 101 270 22 36
Binary 111111 1011000 1011010 11110 10 0 1000001 10111000 10010 11110

Color Harmonies of #3F585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F585A

Black with #3F585A

Text Example


Text Example

White with #3F585A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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