#365F62

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

Shades of Oracle #365F62

Tints of Oracle #365F62

Color information

#365F62 (or 0x365F62) is unknown color: approx Oracle. HEX triplet: 36, 5F and 62. RGB value is (54,95,98). Sum of RGB (Red+Green+Blue) = 54+95+98=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 95 (37.5% from 255 or 38.46% from 247); Blue value is 98 (38.67% from 255 or 39.68% from 247); Max value from RGB is 98 - color contains mainly: blue. Hex color #365F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365F62 is #C9A09D. Grayscale: #535353. Windows color (decimal): -13213854 or 6446902. OLE color: 6446902.

HSL color Cylindrical-coordinate representation of color #365F62: hue angle of 184.09º 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 #365F62 is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB549598-
CMYK0.450.0300.62
HSL184.09º28.95%29.8%-
HSV(B)184.09º44.9%38.43%-
XYZ7.829.8513.04-
YUV83.08136.42107.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.86%
GREEN value IS 95 (37.5% from 255) = 38.46%
BLUE value IS 98 (38.67% from 255) = 39.68%
R=21.86%
G=38.46%
B=39.68%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5495980.450.0300.62184.0928.9529.8
Hex365F622D303Eb81d1e
Octal661371425530762703536
Binary11011010111111100010101101110111110101110001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365F62; }

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

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

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

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

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

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

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

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