#435354

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

Shades of Oracle #435354

Tints of Oracle #435354

Color information

#435354 (or 0x435354) is unknown color: approx Oracle. HEX triplet: 43, 53 and 54. RGB value is (67,83,84). Sum of RGB (Red+Green+Blue) = 67+83+84=234 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.63% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 84 (33.20% from 255 or 35.90% from 234); Max value from RGB is 84 - color contains mainly: blue. Hex color #435354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435354 is #BCACAB. Grayscale: #4E4E4E. Windows color (decimal): -12364972 or 5526339. OLE color: 5526339.

HSL color Cylindrical-coordinate representation of color #435354: hue angle of 183.53º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #435354 is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB678384-
CMYK0.200.0100.67
HSL183.53º11.26%29.61%-
HSV(B)183.53º20.24%32.94%-
XYZ7.018.029.57-
YUV78.33131.2119.92-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.63%
GREEN value IS 83 (32.81% from 255) = 35.47%
BLUE value IS 84 (33.20% from 255) = 35.90%
R=28.63%
G=35.47%
B=35.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6783840.200.0100.67183.5311.2629.61
Hex435354141043b8b1e
Octal10312312424101032701336
Binary1000011101001110101001010010100001110111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435354; }

 p { color: rgb(67,83,84); }

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

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

 a { background-color: rgb(67,83,84); }

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

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

 span { border-color: rgb(67,83,84); }

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