Html Css Color HEX #42838D Paradiso

📋 copy color: '#42838D'

red 66 ◦ green 131 ◦ blue 141

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

Shades of Paradiso #42838D

Tints of Paradiso #42838D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.72%

R = 19.53%
G = 38.76%
B = 41.72%

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

#42838D (or 0x42838D) is known color: Paradiso. HEX triplet: 42, 83 and 8D. RGB value is (66,131,141). Sum of RGB (Red+Green+Blue) = 66+131+141=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 131 (51.56% from 255 or 38.76% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 141 - color contains mainly: blue. Hex color #42838D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42838D is #BD7C72. Grayscale: #707070. Windows color (decimal): -12418163 or 9274178. OLE color: 9274178.

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

Color convert

RGB 66 131 141 -
CMYK 0.53 0.07 0 0.45
HSL 188º 0.36% 0.41% -
HSV(B) 188º 0.53% 0.55% -
XYZ 15.17 19.31 28.13 -
YUV 112.71 143.97 94.69 -
System Red Green Blue C M Y K H S L
Decimal 66 131 141 0.53 0.07 0 0.45 188 0.36 0.41
Hex 42 83 8D 35 7 0 2D BC 24 29
Octal 102 203 215 65 7 0 55 274 44 51
Binary 1000010 10000011 10001101 110101 111 0 101101 10111100 100100 101001

Color Harmonies of #42838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42838D

Black with #42838D

Text Example


Text Example

White with #42838D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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