#365E5F

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

Shades of Oracle #365E5F

Tints of Oracle #365E5F

Color information

#365E5F (or 0x365E5F) is unknown color: approx Oracle. HEX triplet: 36, 5E and 5F. RGB value is (54,94,95). Sum of RGB (Red+Green+Blue) = 54+94+95=243 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.22% from 243); Green value is 94 (37.11% from 255 or 38.68% from 243); Blue value is 95 (37.5% from 255 or 39.09% from 243); Max value from RGB is 95 - color contains mainly: blue. Hex color #365E5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365E5F is #C9A1A0. Grayscale: #525252. Windows color (decimal): -13214113 or 6250038. OLE color: 6250038.

HSL color Cylindrical-coordinate representation of color #365E5F: hue angle of 181.46º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #365E5F is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB549495-
CMYK0.430.0100.63
HSL181.46º27.52%29.22%-
HSV(B)181.46º43.16%37.25%-
XYZ7.599.6212.28-
YUV82.15135.25107.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.22%
GREEN value IS 94 (37.11% from 255) = 38.68%
BLUE value IS 95 (37.5% from 255) = 39.09%
R=22.22%
G=38.68%
B=39.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5494950.430.0100.63181.4627.5229.22
Hex365E5F2B103Fb51c1d
Octal661361375310772653435
Binary1101101011110101111110101110111111101101011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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