#365555

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

Shades of Oracle #365555

Tints of Oracle #365555

Color information

#365555 (or 0x365555) is unknown color: approx Oracle. HEX triplet: 36, 55 and 55. RGB value is (54,85,85). Sum of RGB (Red+Green+Blue) = 54+85+85=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 85 - color contains mainly: green, blue. Hex color #365555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365555 is #C9AAAA. Grayscale: #4B4B4B. Windows color (decimal): -13216427 or 5592374. OLE color: 5592374.

HSL color Cylindrical-coordinate representation of color #365555: hue angle of 180º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #365555 is Cyan = 0.36, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB548585-
CMYK0.36000.67
HSL180º22.3%27.25%-
HSV(B)180º36.47%33.33%-
XYZ6.417.949.79-
YUV75.73133.23112.5-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.11%
GREEN value IS 85 (33.59% from 255) = 37.95%
BLUE value IS 85 (33.59% from 255) = 37.95%
R=24.11%
G=37.95%
B=37.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5485850.36000.6718022.327.25
Hex365555240043b4161b
Octal6612512544001032642633
Binary11011010101011010101100100001000011101101001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365555; }

 p { color: rgb(54,85,85); }

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

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

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

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

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

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

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