#355152

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

Shades of Oracle #355152

Tints of Oracle #355152

Color information

#355152 (or 0x355152) is unknown color: approx Oracle. HEX triplet: 35, 51 and 52. RGB value is (53,81,82). Sum of RGB (Red+Green+Blue) = 53+81+82=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 81 (32.03% from 255 or 37.5% from 216); Blue value is 82 (32.42% from 255 or 37.96% from 216); Max value from RGB is 82 - color contains mainly: blue. Hex color #355152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355152 is #CAAEAD. Grayscale: #484848. Windows color (decimal): -13282990 or 5394741. OLE color: 5394741.

HSL color Cylindrical-coordinate representation of color #355152: hue angle of 182.07º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #355152 is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB538182-
CMYK0.350.0100.68
HSL182.07º21.48%26.47%-
HSV(B)182.07º35.37%32.16%-
XYZ5.937.259.07-
YUV72.74133.22113.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.54%
GREEN value IS 81 (32.03% from 255) = 37.5%
BLUE value IS 82 (32.42% from 255) = 37.96%
R=24.54%
G=37.5%
B=37.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5381820.350.0100.68182.0721.4826.47
Hex355152231044b6151a
Octal6512112243101042662532
Binary11010110100011010010100011101000100101101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355152; }

 p { color: rgb(53,81,82); }

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

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

 a { background-color: rgb(53,81,82); }

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

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

 span { border-color: rgb(53,81,82); }

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