#365453

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

Shades of Oracle #365453

Tints of Oracle #365453

Color information

#365453 (or 0x365453) is unknown color: approx Oracle. HEX triplet: 36, 54 and 53. RGB value is (54,84,83). Sum of RGB (Red+Green+Blue) = 54+84+83=221 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.43% from 221); Green value is 84 (33.20% from 255 or 38.01% from 221); Blue value is 83 (32.81% from 255 or 37.56% from 221); Max value from RGB is 84 - color contains mainly: green. Hex color #365453 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365453 is #C9ABAC. Grayscale: #4A4A4A. Windows color (decimal): -13216685 or 5461046. OLE color: 5461046.

HSL color Cylindrical-coordinate representation of color #365453: hue angle of 178º 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 #365453 is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB548483-
CMYK0.3600.010.67
HSL178º21.74%27.06%-
HSV(B)178º35.71%32.94%-
XYZ6.257.759.35-
YUV74.92132.56113.08-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.43%
GREEN value IS 84 (33.20% from 255) = 38.01%
BLUE value IS 83 (32.81% from 255) = 37.56%
R=24.43%
G=38.01%
B=37.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5484830.3600.010.6717821.7427.06
Hex365453240143b2161b
Octal6612412344011032622633
Binary11011010101001010011100100011000011101100101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365453; }

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

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

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

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

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

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

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

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