Html Css Color HEX #428488 Paradiso

📋 copy color: '#428488'

red 66 ◦ green 132 ◦ blue 136

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

Shades of Paradiso #428488

Tints of Paradiso #428488

RGB

 RED value IS 66 (26.17% from 255) = 19.76%

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

 BLUE value IS 136 (53.52% from 255) = 40.72%

R = 19.76%
G = 39.52%
B = 40.72%

CMYK

 C value IS 0.51

 M value IS 0.03

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#428488 (or 0x428488) is known color: Paradiso. HEX triplet: 42, 84 and 88. RGB value is (66,132,136). Sum of RGB (Red+Green+Blue) = 66+132+136=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 136 (53.52% from 255 or 40.72% from 334); Max value from RGB is 136 - color contains mainly: blue. Hex color #428488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428488 is #BD7B77. Grayscale: #707070. Windows color (decimal): -12417912 or 8946754. OLE color: 8946754.

HSL color Cylindrical-coordinate representation of color #428488: hue angle of 183.43º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #428488 is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 132 136 -
CMYK 0.51 0.03 0 0.47
HSL 183.43º 0.35% 0.4% -
HSV(B) 183.43º 0.51% 0.53% -
XYZ 14.94 19.44 26.26 -
YUV 112.72 141.13 94.67 -
System Red Green Blue C M Y K H S L
Decimal 66 132 136 0.51 0.03 0 0.47 183.43 0.35 0.4
Hex 42 84 88 33 3 0 2F B7 23 28
Octal 102 204 210 63 3 0 57 267 43 50
Binary 1000010 10000100 10001000 110011 11 0 101111 10110111 100011 101000

Color Harmonies of #428488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428488

Black with #428488

Text Example


Text Example

White with #428488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428488; }

 p { color: rgb(66,132,136); }

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

background-color css

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

 a { background-color: rgb(66,132,136); }

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

border-color css

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

 span { border-color: rgb(66,132,136); }

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