#355458

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

Shades of Oracle #355458

Tints of Oracle #355458

Color information

#355458 (or 0x355458) is unknown color: approx Oracle. HEX triplet: 35, 54 and 58. RGB value is (53,84,88). Sum of RGB (Red+Green+Blue) = 53+84+88=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 88 (34.77% from 255 or 39.11% from 225); Max value from RGB is 88 - color contains mainly: blue. Hex color #355458 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355458 is #CAABA7. Grayscale: #4B4B4B. Windows color (decimal): -13282216 or 5788725. OLE color: 5788725.

HSL color Cylindrical-coordinate representation of color #355458: hue angle of 186.86º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #355458 is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB538488-
CMYK0.400.0500.65
HSL186.86º24.82%27.65%-
HSV(B)186.86º39.77%34.51%-
XYZ6.47.810.4-
YUV75.19135.23112.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.56%
GREEN value IS 84 (33.20% from 255) = 37.33%
BLUE value IS 88 (34.77% from 255) = 39.11%
R=23.56%
G=37.33%
B=39.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5384880.400.0500.65186.8624.8227.65
Hex355458285041bb191c
Octal6512413050501012733134
Binary1101011010100101100010100010101000001101110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355458; }

 p { color: rgb(53,84,88); }

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

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

 a { background-color: rgb(53,84,88); }

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

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

 span { border-color: rgb(53,84,88); }

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