#438084

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

Shades of Paradiso #438084

Tints of Paradiso #438084

Color information

#438084 (or 0x438084) is unknown color: approx Paradiso. HEX triplet: 43, 80 and 84. RGB value is (67,128,132). Sum of RGB (Red+Green+Blue) = 67+128+132=327 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.49% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 132 - color contains mainly: blue. Hex color #438084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438084 is #BC7F7B. Grayscale: #6E6E6E. Windows color (decimal): -12353404 or 8683587. OLE color: 8683587.

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

Color convert

RGB67128132-
CMYK0.490.0300.48
HSL183.69º32.66%39.02%-
HSV(B)183.69º49.24%51.76%-
XYZ14.218.324.61-
YUV110.22140.2997.17-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.49%
GREEN value IS 128 (50.39% from 255) = 39.14%
BLUE value IS 132 (51.95% from 255) = 40.37%
R=20.49%
G=39.14%
B=40.37%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal671281320.490.0300.48183.6932.6639.02
Hex438084313030b82127
Octal1032002046130602704147
Binary1000011100000001000010011000111011000010111000100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438084; }

 p { color: rgb(67,128,132); }

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

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

 a { background-color: rgb(67,128,132); }

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

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

 span { border-color: rgb(67,128,132); }

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