Html Css Color HEX #3B5658 Oracle

📋 copy color: '#3B5658'

red 59 ◦ green 86 ◦ blue 88

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

Shades of Oracle #3B5658

Tints of Oracle #3B5658

RGB

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

 GREEN value IS 86 (33.98% from 255) = 36.91%

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

R = 25.32%
G = 36.91%
B = 37.77%

CMYK

 C value IS 0.33

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3B5658 (or 0x3B5658) is known color: Oracle. HEX triplet: 3B, 56 and 58. RGB value is (59,86,88). Sum of RGB (Red+Green+Blue) = 59+86+88=233 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.32% from 233); Green value is 86 (33.98% from 255 or 36.91% from 233); Blue value is 88 (34.77% from 255 or 37.77% from 233); Max value from RGB is 88 - color contains mainly: blue. Hex color #3B5658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5658 is #C4A9A7. Grayscale: #4E4E4E. Windows color (decimal): -12888488 or 5789243. OLE color: 5789243.

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

Color convert

RGB 59 86 88 -
CMYK 0.33 0.02 0 0.65
HSL 184.14º 0.2% 0.29% -
HSV(B) 184.14º 0.33% 0.35% -
XYZ 6.89 8.29 10.47 -
YUV 78.16 133.55 114.34 -
System Red Green Blue C M Y K H S L
Decimal 59 86 88 0.33 0.02 0 0.65 184.14 0.2 0.29
Hex 3B 56 58 21 2 0 41 B8 14 1D
Octal 73 126 130 41 2 0 101 270 24 35
Binary 111011 1010110 1011000 100001 10 0 1000001 10111000 10100 11101

Color Harmonies of #3B5658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5658

Black with #3B5658

Text Example


Text Example

White with #3B5658

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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