#356264

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

Shades of Oracle #356264

Tints of Oracle #356264

Color information

#356264 (or 0x356264) is unknown color: approx Oracle. HEX triplet: 35, 62 and 64. RGB value is (53,98,100). Sum of RGB (Red+Green+Blue) = 53+98+100=251 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.12% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 100 (39.45% from 255 or 39.84% from 251); Max value from RGB is 100 - color contains mainly: blue. Hex color #356264 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356264 is #CA9D9B. Grayscale: #545454. Windows color (decimal): -13278620 or 6578741. OLE color: 6578741.

HSL color Cylindrical-coordinate representation of color #356264: hue angle of 182.55º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #356264 is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB5398100-
CMYK0.470.0200.61
HSL182.55º30.72%30%-
HSV(B)182.55º47%39.22%-
XYZ8.1410.4113.64-
YUV84.77136.59105.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.12%
GREEN value IS 98 (38.67% from 255) = 39.04%
BLUE value IS 100 (39.45% from 255) = 39.84%
R=21.12%
G=39.04%
B=39.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal53981000.470.0200.61182.5530.7230
Hex3562642F203Db71f1e
Octal651421445720752673736
Binary11010111000101100100101111100111101101101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356264; }

 p { color: rgb(53,98,100); }

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

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

 a { background-color: rgb(53,98,100); }

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

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

 span { border-color: rgb(53,98,100); }

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