Html Css Color HEX #428386 Paradiso

📋 copy color: '#428386'

red 66 ◦ green 131 ◦ blue 134

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

Shades of Paradiso #428386

Tints of Paradiso #428386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 40.48%

R = 19.94%
G = 39.58%
B = 40.48%

CMYK

 C value IS 0.51

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#428386 (or 0x428386) is known color: Paradiso. HEX triplet: 42, 83 and 86. RGB value is (66,131,134). Sum of RGB (Red+Green+Blue) = 66+131+134=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 131 (51.56% from 255 or 39.58% from 331); Blue value is 134 (52.73% from 255 or 40.48% from 331); Max value from RGB is 134 - color contains mainly: blue. Hex color #428386 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428386 is #BD7C79. Grayscale: #6F6F6F. Windows color (decimal): -12418170 or 8815426. OLE color: 8815426.

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

Color convert

RGB 66 131 134 -
CMYK 0.51 0.02 0 0.47
HSL 182.65º 0.34% 0.39% -
HSV(B) 182.65º 0.51% 0.53% -
XYZ 14.67 19.11 25.47 -
YUV 111.91 140.47 95.26 -
System Red Green Blue C M Y K H S L
Decimal 66 131 134 0.51 0.02 0 0.47 182.65 0.34 0.39
Hex 42 83 86 33 2 0 2F B7 22 27
Octal 102 203 206 63 2 0 57 267 42 47
Binary 1000010 10000011 10000110 110011 10 0 101111 10110111 100010 100111

Color Harmonies of #428386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428386

Black with #428386

Text Example


Text Example

White with #428386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428386; }

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

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

background-color css

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

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

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

border-color css

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

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

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