#3C5355

Color #3C5355 Oracle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oracle #3C5355

Tints of Oracle #3C5355

Color information

#3C5355 (or 0x3C5355) is unknown color: approx Oracle. HEX triplet: 3C, 53 and 55. RGB value is (60,83,85). Sum of RGB (Red+Green+Blue) = 60+83+85=228 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.32% from 228); Green value is 83 (32.81% from 255 or 36.40% from 228); Blue value is 85 (33.59% from 255 or 37.28% from 228); Max value from RGB is 85 - color contains mainly: blue. Hex color #3C5355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5355 is #C3ACAA. Grayscale: #4C4C4C. Windows color (decimal): -12823723 or 5591868. OLE color: 5591868.

HSL color Cylindrical-coordinate representation of color #3C5355: hue angle of 184.8º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3C5355 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB608385-
CMYK0.290.0200.67
HSL184.8º17.24%28.43%-
HSV(B)184.8º29.41%33.33%-
XYZ6.67.89.75-
YUV76.35132.88116.34-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.32%
GREEN value IS 83 (32.81% from 255) = 36.40%
BLUE value IS 85 (33.59% from 255) = 37.28%
R=26.32%
G=36.40%
B=37.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6083850.290.0200.67184.817.2428.43
Hex3C53551D2043b9111c
Octal7412312535201032712134
Binary11110010100111010101111011001000011101110011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,83,85); }

 H1.HeaderClassName
 {
   color: #3C5355;
 }
 .AnyTagClassName
 {
   color: #3C5355;
 }
</style>
background-color css

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

 a { background-color: rgb(60,83,85); }

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

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

 span { border-color: rgb(60,83,85); }

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