#366662

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

Shades of Oracle #366662

Tints of Oracle #366662

Color information

#366662 (or 0x366662) is unknown color: approx Oracle. HEX triplet: 36, 66 and 62. RGB value is (54,102,98). Sum of RGB (Red+Green+Blue) = 54+102+98=254 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.26% from 254); Green value is 102 (40.23% from 255 or 40.16% from 254); Blue value is 98 (38.67% from 255 or 38.58% from 254); Max value from RGB is 102 - color contains mainly: green. Hex color #366662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366662 is #C9999D. Grayscale: #575757. Windows color (decimal): -13212062 or 6448694. OLE color: 6448694.

HSL color Cylindrical-coordinate representation of color #366662: hue angle of 175º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #366662 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.6.

Color convert

RGB5410298-
CMYK0.4700.040.6
HSL175º30.77%30.59%-
HSV(B)175º47.06%40%-
XYZ8.4811.1713.26-
YUV87.19134.1104.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.26%
GREEN value IS 102 (40.23% from 255) = 40.16%
BLUE value IS 98 (38.67% from 255) = 38.58%
R=21.26%
G=40.16%
B=38.58%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal54102980.4700.040.617530.7730.59
Hex3666622F043Caf1f1f
Octal661461425704742573737
Binary110110110011011000101011110100111100101011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366662; }

 p { color: rgb(54,102,98); }

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

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

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

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

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

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

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