Html Css Color HEX #428388 Paradiso

📋 copy color: '#428388'

red 66 ◦ green 131 ◦ blue 136

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

Shades of Paradiso #428388

Tints of Paradiso #428388

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.34%

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

R = 19.82%
G = 39.34%
B = 40.84%

CMYK

 C value IS 0.51

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#428388 (or 0x428388) is known color: Paradiso. HEX triplet: 42, 83 and 88. RGB value is (66,131,136). Sum of RGB (Red+Green+Blue) = 66+131+136=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 131 (51.56% from 255 or 39.34% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 136 - color contains mainly: blue. Hex color #428388 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428388 is #BD7C77. Grayscale: #707070. Windows color (decimal): -12418168 or 8946498. OLE color: 8946498.

HSL color Cylindrical-coordinate representation of color #428388: hue angle of 184.29º 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 #428388 is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 131 136 -
CMYK 0.51 0.04 0 0.47
HSL 184.29º 0.35% 0.4% -
HSV(B) 184.29º 0.51% 0.53% -
XYZ 14.81 19.17 26.21 -
YUV 112.14 141.47 95.09 -
System Red Green Blue C M Y K H S L
Decimal 66 131 136 0.51 0.04 0 0.47 184.29 0.35 0.4
Hex 42 83 88 33 4 0 2F B8 23 28
Octal 102 203 210 63 4 0 57 270 43 50
Binary 1000010 10000011 10001000 110011 100 0 101111 10111000 100011 101000

Color Harmonies of #428388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428388

Black with #428388

Text Example


Text Example

White with #428388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428388; }

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

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

background-color css

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

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

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

border-color css

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

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

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