#43868C

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

Shades of Paradiso #43868C

Tints of Paradiso #43868C

Color information

#43868C (or 0x43868C) is unknown color: approx Paradiso. HEX triplet: 43, 86 and 8C. RGB value is (67,134,140). Sum of RGB (Red+Green+Blue) = 67+134+140=341 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.65% from 341); Green value is 134 (52.73% from 255 or 39.30% from 341); Blue value is 140 (55.08% from 255 or 41.06% from 341); Max value from RGB is 140 - color contains mainly: blue. Hex color #43868C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43868C is #BC7973. Grayscale: #727272. Windows color (decimal): -12351860 or 9209411. OLE color: 9209411.

HSL color Cylindrical-coordinate representation of color #43868C: hue angle of 184.93º 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 #43868C is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB67134140-
CMYK0.520.0400.45
HSL184.93º35.27%40.59%-
HSV(B)184.93º52.14%54.9%-
XYZ15.5720.1427.88-
YUV114.65142.394.01-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.65%
GREEN value IS 134 (52.73% from 255) = 39.30%
BLUE value IS 140 (55.08% from 255) = 41.06%
R=19.65%
G=39.30%
B=41.06%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal671341400.520.0400.45184.9335.2740.59
Hex43868C34402Db92329
Octal1032062146440552714351
Binary10000111000011010001100110100100010110110111001100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43868C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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