#438185

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

Shades of Paradiso #438185

Tints of Paradiso #438185

Color information

#438185 (or 0x438185) is unknown color: approx Paradiso. HEX triplet: 43, 81 and 85. RGB value is (67,129,133). Sum of RGB (Red+Green+Blue) = 67+129+133=329 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.36% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 133 - color contains mainly: blue. Hex color #438185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438185 is #BC7E7A. Grayscale: #6E6E6E. Windows color (decimal): -12353147 or 8749379. OLE color: 8749379.

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

Color convert

RGB67129133-
CMYK0.500.0300.48
HSL183.64º33%39.22%-
HSV(B)183.64º49.62%52.16%-
XYZ14.418.5925.02-
YUV110.92140.4696.67-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.36%
GREEN value IS 129 (50.78% from 255) = 39.21%
BLUE value IS 133 (52.34% from 255) = 40.43%
R=20.36%
G=39.21%
B=40.43%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal671291330.500.0300.48183.643339.22
Hex438185323030b82127
Octal1032012056230602704147
Binary1000011100000011000010111001011011000010111000100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438185; }

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

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

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

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

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

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

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

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