Html Css Color HEX #3B5858 Oracle

📋 copy color: '#3B5858'

red 59 ◦ green 88 ◦ blue 88

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

Shades of Oracle #3B5858

Tints of Oracle #3B5858

RGB

 RED value IS 59 (23.44% from 255) = 25.11%

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

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

R = 25.11%
G = 37.45%
B = 37.45%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3B5858 (or 0x3B5858) is known color: Oracle. HEX triplet: 3B, 58 and 58. RGB value is (59,88,88). Sum of RGB (Red+Green+Blue) = 59+88+88=235 (31% of max value = 765). Red value is 59 (23.44% from 255 or 25.11% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 88 (34.77% from 255 or 37.45% from 235); Max value from RGB is 88 - color contains mainly: green, blue. Hex color #3B5858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5858 is #C4A7A7. Grayscale: #4F4F4F. Windows color (decimal): -12887976 or 5789755. OLE color: 5789755.

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

Color convert

RGB 59 88 88 -
CMYK 0.33 0 0 0.65
HSL 180º 0.2% 0.29% -
HSV(B) 180º 0.33% 0.35% -
XYZ 7.05 8.61 10.52 -
YUV 79.33 132.89 113.5 -
System Red Green Blue C M Y K H S L
Decimal 59 88 88 0.33 0 0 0.65 180 0.2 0.29
Hex 3B 58 58 21 0 0 41 B4 14 1D
Octal 73 130 130 41 0 0 101 264 24 35
Binary 111011 1011000 1011000 100001 0 0 1000001 10110100 10100 11101

Color Harmonies of #3B5858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5858

Black with #3B5858

Text Example


Text Example

White with #3B5858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,88,88); }

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

background-color css

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

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

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

border-color css

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

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

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