#365153

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

Shades of Oracle #365153

Tints of Oracle #365153

Color information

#365153 (or 0x365153) is unknown color: approx Oracle. HEX triplet: 36, 51 and 53. RGB value is (54,81,83). Sum of RGB (Red+Green+Blue) = 54+81+83=218 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.77% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 83 (32.81% from 255 or 38.07% from 218); Max value from RGB is 83 - color contains mainly: blue. Hex color #365153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365153 is #C9AEAC. Grayscale: #494949. Windows color (decimal): -13217453 or 5460278. OLE color: 5460278.

HSL color Cylindrical-coordinate representation of color #365153: hue angle of 184.14º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #365153 is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB548183-
CMYK0.350.0200.67
HSL184.14º21.17%26.86%-
HSV(B)184.14º34.94%32.55%-
XYZ6.037.299.27-
YUV73.16133.55114.34-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.77%
GREEN value IS 81 (32.03% from 255) = 37.16%
BLUE value IS 83 (32.81% from 255) = 38.07%
R=24.77%
G=37.16%
B=38.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5481830.350.0200.67184.1421.1726.86
Hex365153232043b8151b
Octal6612112343201032702533
Binary110110101000110100111000111001000011101110001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365153; }

 p { color: rgb(54,81,83); }

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

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

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

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

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

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

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