#365657

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

Shades of Oracle #365657

Tints of Oracle #365657

Color information

#365657 (or 0x365657) is unknown color: approx Oracle. HEX triplet: 36, 56 and 57. RGB value is (54,86,87). Sum of RGB (Red+Green+Blue) = 54+86+87=227 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.79% from 227); Green value is 86 (33.98% from 255 or 37.89% from 227); Blue value is 87 (34.38% from 255 or 38.33% from 227); Max value from RGB is 87 - color contains mainly: blue. Hex color #365657 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365657 is #C9A9A8. Grayscale: #4C4C4C. Windows color (decimal): -13216169 or 5723702. OLE color: 5723702.

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

Color convert

RGB548687-
CMYK0.380.0100.66
HSL181.82º23.4%27.65%-
HSV(B)181.82º37.93%34.12%-
XYZ6.578.1310.24-
YUV76.55133.9111.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.79%
GREEN value IS 86 (33.98% from 255) = 37.89%
BLUE value IS 87 (34.38% from 255) = 38.33%
R=23.79%
G=37.89%
B=38.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5486870.380.0100.66181.8223.427.65
Hex365657261042b6171c
Octal6612612746101022662734
Binary11011010101101010111100110101000010101101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365657; }

 p { color: rgb(54,86,87); }

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

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

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

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

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

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

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