Html Css Color HEX #3A5556 Oracle

📋 copy color: '#3A5556'

red 58 ◦ green 85 ◦ blue 86

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

Shades of Oracle #3A5556

Tints of Oracle #3A5556

RGB

 RED value IS 58 (23.05% from 255) = 25.33%

 GREEN value IS 85 (33.59% from 255) = 37.12%

 BLUE value IS 86 (33.98% from 255) = 37.55%

R = 25.33%
G = 37.12%
B = 37.55%

CMYK

 C value IS 0.33

 M value IS 0.01

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#3A5556 (or 0x3A5556) is known color: Oracle. HEX triplet: 3A, 55 and 56. RGB value is (58,85,86). Sum of RGB (Red+Green+Blue) = 58+85+86=229 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.33% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 86 (33.98% from 255 or 37.55% from 229); Max value from RGB is 86 - color contains mainly: blue. Hex color #3A5556 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5556 is #C5AAA9. Grayscale: #4D4D4D. Windows color (decimal): -12954282 or 5657914. OLE color: 5657914.

HSL color Cylindrical-coordinate representation of color #3A5556: hue angle of 182.14º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3A5556 is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 58 85 86 -
CMYK 0.33 0.01 0 0.66
HSL 182.14º 0.19% 0.28% -
HSV(B) 182.14º 0.33% 0.34% -
XYZ 6.67 8.07 10.01 -
YUV 77.04 133.05 114.42 -
System Red Green Blue C M Y K H S L
Decimal 58 85 86 0.33 0.01 0 0.66 182.14 0.19 0.28
Hex 3A 55 56 21 1 0 42 B6 13 1C
Octal 72 125 126 41 1 0 102 266 23 34
Binary 111010 1010101 1010110 100001 1 0 1000010 10110110 10011 11100

Color Harmonies of #3A5556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5556

Black with #3A5556

Text Example


Text Example

White with #3A5556

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,85,86); }

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

background-color css

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

 a { background-color: rgb(58,85,86); }

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

border-color css

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

 span { border-color: rgb(58,85,86); }

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