#43858C

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

Shades of Paradiso #43858C

Tints of Paradiso #43858C

Color information

#43858C (or 0x43858C) is unknown color: approx Paradiso. HEX triplet: 43, 85 and 8C. RGB value is (67,133,140). Sum of RGB (Red+Green+Blue) = 67+133+140=340 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.71% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 140 - color contains mainly: blue. Hex color #43858C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43858C is #BC7A73. Grayscale: #717171. Windows color (decimal): -12352116 or 9209155. OLE color: 9209155.

HSL color Cylindrical-coordinate representation of color #43858C: hue angle of 185.75º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #43858C is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB67133140-
CMYK0.520.0500.45
HSL185.75º35.27%40.59%-
HSV(B)185.75º52.14%54.9%-
XYZ15.4419.8627.83-
YUV114.06142.6394.43-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.71%
GREEN value IS 133 (52.34% from 255) = 39.12%
BLUE value IS 140 (55.08% from 255) = 41.18%
R=19.71%
G=39.12%
B=41.18%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal671331400.520.0500.45185.7535.2740.59
Hex43858C34502Dba2329
Octal1032052146450552724351
Binary10000111000010110001100110100101010110110111010100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43858C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43858C; }

 p { color: rgb(67,133,140); }

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

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

 a { background-color: rgb(67,133,140); }

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

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

 span { border-color: rgb(67,133,140); }

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