#365052

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

Shades of Oracle #365052

Tints of Oracle #365052

Color information

#365052 (or 0x365052) is unknown color: approx Oracle. HEX triplet: 36, 50 and 52. RGB value is (54,80,82). Sum of RGB (Red+Green+Blue) = 54+80+82=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 82 (32.42% from 255 or 37.96% from 216); Max value from RGB is 82 - color contains mainly: blue. Hex color #365052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365052 is #C9AFAD. Grayscale: #484848. Windows color (decimal): -13217710 or 5394486. OLE color: 5394486.

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

Color convert

RGB548082-
CMYK0.340.0200.68
HSL184.29º20.59%26.67%-
HSV(B)184.29º34.15%32.16%-
XYZ5.917.139.05-
YUV72.45133.39114.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25%
GREEN value IS 80 (31.64% from 255) = 37.04%
BLUE value IS 82 (32.42% from 255) = 37.96%
R=25%
G=37.04%
B=37.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5480820.340.0200.68184.2920.5926.67
Hex365052222044b8151b
Octal6612012242201042702533
Binary110110101000010100101000101001000100101110001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365052; }

 p { color: rgb(54,80,82); }

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

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

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

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

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

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

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