Html Css Color HEX #42838E Paradiso

📋 copy color: '#42838E'

red 66 ◦ green 131 ◦ blue 142

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

Shades of Paradiso #42838E

Tints of Paradiso #42838E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 41.89%

R = 19.47%
G = 38.64%
B = 41.89%

CMYK

 C value IS 0.54

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#42838E (or 0x42838E) is known color: Paradiso. HEX triplet: 42, 83 and 8E. RGB value is (66,131,142). Sum of RGB (Red+Green+Blue) = 66+131+142=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 142 (55.86% from 255 or 41.89% from 339); Max value from RGB is 142 - color contains mainly: blue. Hex color #42838E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42838E is #BD7C71. Grayscale: #707070. Windows color (decimal): -12418162 or 9339714. OLE color: 9339714.

HSL color Cylindrical-coordinate representation of color #42838E: hue angle of 188.68º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42838E is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 131 142 -
CMYK 0.54 0.08 0 0.44
HSL 188.68º 0.37% 0.41% -
HSV(B) 188.68º 0.54% 0.56% -
XYZ 15.25 19.34 28.52 -
YUV 112.82 144.47 94.61 -
System Red Green Blue C M Y K H S L
Decimal 66 131 142 0.54 0.08 0 0.44 188.68 0.37 0.41
Hex 42 83 8E 36 8 0 2C BD 25 29
Octal 102 203 216 66 10 0 54 275 45 51
Binary 1000010 10000011 10001110 110110 1000 0 101100 10111101 100101 101001

Color Harmonies of #42838E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42838E

Black with #42838E

Text Example


Text Example

White with #42838E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42838E; }

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

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

background-color css

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

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

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

border-color css

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

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

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