#366262

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

Shades of Oracle #366262

Tints of Oracle #366262

Color information

#366262 (or 0x366262) is unknown color: approx Oracle. HEX triplet: 36, 62 and 62. RGB value is (54,98,98). Sum of RGB (Red+Green+Blue) = 54+98+98=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 98 (38.67% from 255 or 39.2% from 250); Blue value is 98 (38.67% from 255 or 39.2% from 250); Max value from RGB is 98 - color contains mainly: green, blue. Hex color #366262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366262 is #C99D9D. Grayscale: #545454. Windows color (decimal): -13213086 or 6447670. OLE color: 6447670.

HSL color Cylindrical-coordinate representation of color #366262: hue angle of 180º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #366262 is Cyan = 0.45, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB549898-
CMYK0.45000.62
HSL180º28.95%29.8%-
HSV(B)180º44.9%38.43%-
XYZ8.0910.413.14-
YUV84.84135.42106-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.6%
GREEN value IS 98 (38.67% from 255) = 39.2%
BLUE value IS 98 (38.67% from 255) = 39.2%
R=21.6%
G=39.2%
B=39.2%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5498980.45000.6218028.9529.8
Hex3662622D003Eb41d1e
Octal661421425500762643536
Binary1101101100010110001010110100111110101101001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366262; }

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

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

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

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

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

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

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

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