#42868B

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

Shades of Paradiso #42868B

Tints of Paradiso #42868B

Color information

#42868B (or 0x42868B) is unknown color: approx Paradiso. HEX triplet: 42, 86 and 8B. RGB value is (66,134,139). Sum of RGB (Red+Green+Blue) = 66+134+139=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 134 (52.73% from 255 or 39.53% 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 #42868B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42868B is #BD7974. Grayscale: #727272. Windows color (decimal): -12417397 or 9143874. OLE color: 9143874.

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

Color convert

RGB66134139-
CMYK0.530.0400.45
HSL184.11º35.61%40.2%-
HSV(B)184.11º52.52%54.51%-
XYZ15.4320.0727.49-
YUV114.24141.9793.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.47%
GREEN value IS 134 (52.73% from 255) = 39.53%
BLUE value IS 139 (54.69% from 255) = 41.00%
R=19.47%
G=39.53%
B=41.00%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal661341390.530.0400.45184.1135.6140.2
Hex42868B35402Db82428
Octal1022062136540552704450
Binary10000101000011010001011110101100010110110111000100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,134,139); }

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

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

 a { background-color: rgb(66,134,139); }

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

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

 span { border-color: rgb(66,134,139); }

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