#355357

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

Shades of Oracle #355357

Tints of Oracle #355357

Color information

#355357 (or 0x355357) is unknown color: approx Oracle. HEX triplet: 35, 53 and 57. RGB value is (53,83,87). Sum of RGB (Red+Green+Blue) = 53+83+87=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 87 (34.38% from 255 or 39.01% from 223); Max value from RGB is 87 - color contains mainly: blue. Hex color #355357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355357 is #CAACA8. Grayscale: #4A4A4A. Windows color (decimal): -13282473 or 5722933. OLE color: 5722933.

HSL color Cylindrical-coordinate representation of color #355357: hue angle of 187.06º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #355357 is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB538387-
CMYK0.390.0500.66
HSL187.06º24.29%27.45%-
HSV(B)187.06º39.08%34.12%-
XYZ6.287.6310.16-
YUV74.49135.06112.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.77%
GREEN value IS 83 (32.81% from 255) = 37.22%
BLUE value IS 87 (34.38% from 255) = 39.01%
R=23.77%
G=37.22%
B=39.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5383870.390.0500.66187.0624.2927.45
Hex355357275042bb181b
Octal6512312747501022733033
Binary1101011010011101011110011110101000010101110111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355357; }

 p { color: rgb(53,83,87); }

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

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

 a { background-color: rgb(53,83,87); }

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

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

 span { border-color: rgb(53,83,87); }

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