Html Css Color HEX #42858C Paradiso

📋 copy color: '#42858C'

red 66 ◦ green 133 ◦ blue 140

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

Shades of Paradiso #42858C

Tints of Paradiso #42858C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.23%

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

R = 19.47%
G = 39.23%
B = 41.3%

CMYK

 C value IS 0.53

 M value IS 0.05

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42858C (or 0x42858C) is known color: Paradiso. HEX triplet: 42, 85 and 8C. RGB value is (66,133,140). Sum of RGB (Red+Green+Blue) = 66+133+140=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 133 (52.34% from 255 or 39.23% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 140 - color contains mainly: blue. Hex color #42858C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42858C is #BD7A73. Grayscale: #717171. Windows color (decimal): -12417652 or 9209154. OLE color: 9209154.

HSL color Cylindrical-coordinate representation of color #42858C: hue angle of 185.68º 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 #42858C is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 133 140 -
CMYK 0.53 0.05 0 0.45
HSL 185.68º 0.36% 0.4% -
HSV(B) 185.68º 0.53% 0.55% -
XYZ 15.37 19.83 27.83 -
YUV 113.77 142.8 93.93 -
System Red Green Blue C M Y K H S L
Decimal 66 133 140 0.53 0.05 0 0.45 185.68 0.36 0.4
Hex 42 85 8C 35 5 0 2D BA 24 28
Octal 102 205 214 65 5 0 55 272 44 50
Binary 1000010 10000101 10001100 110101 101 0 101101 10111010 100100 101000

Color Harmonies of #42858C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42858C

Black with #42858C

Text Example


Text Example

White with #42858C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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