#365254

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

Shades of Oracle #365254

Tints of Oracle #365254

Color information

#365254 (or 0x365254) is unknown color: approx Oracle. HEX triplet: 36, 52 and 54. RGB value is (54,82,84). Sum of RGB (Red+Green+Blue) = 54+82+84=220 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.55% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 84 (33.20% from 255 or 38.18% from 220); Max value from RGB is 84 - color contains mainly: blue. Hex color #365254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365254 is #C9ADAB. Grayscale: #494949. Windows color (decimal): -13217196 or 5526070. OLE color: 5526070.

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

Color convert

RGB548284-
CMYK0.360.0200.67
HSL184º21.74%27.06%-
HSV(B)184º35.71%32.94%-
XYZ6.147.469.5-
YUV73.86133.72113.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.55%
GREEN value IS 82 (32.42% from 255) = 37.27%
BLUE value IS 84 (33.20% from 255) = 38.18%
R=24.55%
G=37.27%
B=38.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5482840.360.0200.6718421.7427.06
Hex365254242043b8161b
Octal6612212444201032702633
Binary110110101001010101001001001001000011101110001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365254; }

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

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

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

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

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

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

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

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