#43858B

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

Shades of Paradiso #43858B

Tints of Paradiso #43858B

Color information

#43858B (or 0x43858B) is unknown color: approx Paradiso. HEX triplet: 43, 85 and 8B. RGB value is (67,133,139). Sum of RGB (Red+Green+Blue) = 67+133+139=339 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.76% from 339); Green value is 133 (52.34% from 255 or 39.23% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 139 - color contains mainly: blue. Hex color #43858B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43858B is #BC7A74. Grayscale: #717171. Windows color (decimal): -12352117 or 9143619. OLE color: 9143619.

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

Color convert

RGB67133139-
CMYK0.520.0400.45
HSL185º34.95%40.39%-
HSV(B)185º51.8%54.51%-
XYZ15.3619.8327.44-
YUV113.95142.1394.51-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.76%
GREEN value IS 133 (52.34% from 255) = 39.23%
BLUE value IS 139 (54.69% from 255) = 41.00%
R=19.76%
G=39.23%
B=41.00%

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
Decimal671331390.520.0400.4518534.9540.39
Hex43858B34402Db92328
Octal1032052136440552714350
Binary10000111000010110001011110100100010110110111001100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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