Html Css Color HEX #42828C Paradiso

📋 copy color: '#42828C'

red 66 ◦ green 130 ◦ blue 140

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

Shades of Paradiso #42828C

Tints of Paradiso #42828C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.69%

 BLUE value IS 140 (55.08% from 255) = 41.67%

R = 19.64%
G = 38.69%
B = 41.67%

CMYK

 C value IS 0.53

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42828C (or 0x42828C) is known color: Paradiso. HEX triplet: 42, 82 and 8C. RGB value is (66,130,140). Sum of RGB (Red+Green+Blue) = 66+130+140=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 140 - color contains mainly: blue. Hex color #42828C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42828C is #BD7D73. Grayscale: #6F6F6F. Windows color (decimal): -12418420 or 9208386. OLE color: 9208386.

HSL color Cylindrical-coordinate representation of color #42828C: hue angle of 188.11º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42828C is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 130 140 -
CMYK 0.53 0.07 0 0.45
HSL 188.11º 0.36% 0.4% -
HSV(B) 188.11º 0.53% 0.55% -
XYZ 14.96 19.02 27.69 -
YUV 112 143.8 95.19 -
System Red Green Blue C M Y K H S L
Decimal 66 130 140 0.53 0.07 0 0.45 188.11 0.36 0.4
Hex 42 82 8C 35 7 0 2D BC 24 28
Octal 102 202 214 65 7 0 55 274 44 50
Binary 1000010 10000010 10001100 110101 111 0 101101 10111100 100100 101000

Color Harmonies of #42828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42828C

Black with #42828C

Text Example


Text Example

White with #42828C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42828C; }

 p { color: rgb(66,130,140); }

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

background-color css

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

 a { background-color: rgb(66,130,140); }

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

border-color css

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

 span { border-color: rgb(66,130,140); }

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