#365355

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

Shades of Oracle #365355

Tints of Oracle #365355

Color information

#365355 (or 0x365355) is unknown color: approx Oracle. HEX triplet: 36, 53 and 55. RGB value is (54,83,85). Sum of RGB (Red+Green+Blue) = 54+83+85=222 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.32% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 85 (33.59% from 255 or 38.29% from 222); Max value from RGB is 85 - color contains mainly: blue. Hex color #365355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365355 is #C9ACAA. Grayscale: #4A4A4A. Windows color (decimal): -13216939 or 5591862. OLE color: 5591862.

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

Color convert

RGB548385-
CMYK0.360.0200.67
HSL183.87º22.3%27.25%-
HSV(B)183.87º36.47%33.33%-
XYZ6.257.639.74-
YUV74.56133.89113.34-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.32%
GREEN value IS 83 (32.81% from 255) = 37.39%
BLUE value IS 85 (33.59% from 255) = 38.29%
R=24.32%
G=37.39%
B=38.29%

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
Decimal5483850.360.0200.67183.8722.327.25
Hex365355242043b8161b
Octal6612312544201032702633
Binary110110101001110101011001001001000011101110001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365355; }

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

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

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

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

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

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

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

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