#458384

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

Shades of Paradiso #458384

Tints of Paradiso #458384

Color information

#458384 (or 0x458384) is unknown color: approx Paradiso. HEX triplet: 45, 83 and 84. RGB value is (69,131,132). Sum of RGB (Red+Green+Blue) = 69+131+132=332 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.78% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 132 - color contains mainly: blue. Hex color #458384 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458384 is #BA7C7B. Grayscale: #707070. Windows color (decimal): -12221564 or 8684357. OLE color: 8684357.

HSL color Cylindrical-coordinate representation of color #458384: hue angle of 180.95º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #458384 is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB69131132-
CMYK0.480.0100.48
HSL180.95º31.34%39.41%-
HSV(B)180.95º47.73%51.76%-
XYZ14.7419.1624.75-
YUV112.58138.9696.92-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.78%
GREEN value IS 131 (51.56% from 255) = 39.46%
BLUE value IS 132 (51.95% from 255) = 39.76%
R=20.78%
G=39.46%
B=39.76%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal691311320.480.0100.48180.9531.3439.41
Hex458384301030b51f27
Octal1052032046010602653747
Binary10001011000001110000100110000101100001011010111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458384; }

 p { color: rgb(69,131,132); }

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

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

 a { background-color: rgb(69,131,132); }

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

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

 span { border-color: rgb(69,131,132); }

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