Html Css Color HEX #438487 Paradiso

📋 copy color: '#438487'

red 67 ◦ green 132 ◦ blue 135

#438487
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paradiso #438487

Tints of Paradiso #438487

RGB

 RED value IS 67 (26.56% from 255) = 20.06%

 GREEN value IS 132 (51.95% from 255) = 39.52%

 BLUE value IS 135 (53.13% from 255) = 40.42%

R = 20.06%
G = 39.52%
B = 40.42%

CMYK

 C value IS 0.50

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#438487 (or 0x438487) is known color: Paradiso. HEX triplet: 43, 84 and 87. RGB value is (67,132,135). Sum of RGB (Red+Green+Blue) = 67+132+135=334 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.06% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 135 (53.12% from 255 or 40.42% from 334); Max value from RGB is 135 - color contains mainly: blue. Hex color #438487 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438487 is #BC7B78. Grayscale: #707070. Windows color (decimal): -12352377 or 8881219. OLE color: 8881219.

HSL color Cylindrical-coordinate representation of color #438487: hue angle of 182.65º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #438487 is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 67 132 135 -
CMYK 0.50 0.02 0 0.47
HSL 182.65º 0.34% 0.4% -
HSV(B) 182.65º 0.5% 0.53% -
XYZ 14.94 19.45 25.89 -
YUV 112.91 140.47 95.26 -
System Red Green Blue C M Y K H S L
Decimal 67 132 135 0.50 0.02 0 0.47 182.65 0.34 0.4
Hex 43 84 87 32 2 0 2F B7 22 28
Octal 103 204 207 62 2 0 57 267 42 50
Binary 1000011 10000100 10000111 110010 10 0 101111 10110111 100010 101000

Color Harmonies of #438487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438487

Black with #438487

Text Example


Text Example

White with #438487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438487; }

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

 H1.HeaderClassName
 {
   color: #438487;
 }
 .AnyTagClassName
 {
   color: #438487;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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