Html Css Color HEX #42858B Paradiso

📋 copy color: '#42858B'

red 66 ◦ green 133 ◦ blue 139

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

Shades of Paradiso #42858B

Tints of Paradiso #42858B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.12%

R = 19.53%
G = 39.35%
B = 41.12%

CMYK

 C value IS 0.53

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42858B (or 0x42858B) is known color: Paradiso. HEX triplet: 42, 85 and 8B. RGB value is (66,133,139). Sum of RGB (Red+Green+Blue) = 66+133+139=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 133 (52.34% from 255 or 39.35% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 139 - color contains mainly: blue. Hex color #42858B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42858B is #BD7A74. Grayscale: #717171. Windows color (decimal): -12417653 or 9143618. OLE color: 9143618.

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

Color convert

RGB 66 133 139 -
CMYK 0.53 0.04 0 0.45
HSL 184.93º 0.36% 0.4% -
HSV(B) 184.93º 0.53% 0.55% -
XYZ 15.29 19.8 27.44 -
YUV 113.65 142.3 94.01 -
System Red Green Blue C M Y K H S L
Decimal 66 133 139 0.53 0.04 0 0.45 184.93 0.36 0.4
Hex 42 85 8B 35 4 0 2D B9 24 28
Octal 102 205 213 65 4 0 55 271 44 50
Binary 1000010 10000101 10001011 110101 100 0 101101 10111001 100100 101000

Color Harmonies of #42858B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42858B

Black with #42858B

Text Example


Text Example

White with #42858B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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