Html Css Color HEX #42868B Paradiso

📋 copy color: '#42868B'

red 66 ◦ green 134 ◦ blue 139

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

Shades of Paradiso #42868B

Tints of Paradiso #42868B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.53%

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

R = 19.47%
G = 39.53%
B = 41%

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

#42868B (or 0x42868B) is known color: Paradiso. HEX triplet: 42, 86 and 8B. RGB value is (66,134,139). Sum of RGB (Red+Green+Blue) = 66+134+139=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 139 - color contains mainly: blue. Hex color #42868B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42868B is #BD7974. Grayscale: #727272. Windows color (decimal): -12417397 or 9143874. OLE color: 9143874.

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

Color convert

RGB 66 134 139 -
CMYK 0.53 0.04 0 0.45
HSL 184.11º 0.36% 0.4% -
HSV(B) 184.11º 0.53% 0.55% -
XYZ 15.43 20.07 27.49 -
YUV 114.24 141.97 93.59 -
System Red Green Blue C M Y K H S L
Decimal 66 134 139 0.53 0.04 0 0.45 184.11 0.36 0.4
Hex 42 86 8B 35 4 0 2D B8 24 28
Octal 102 206 213 65 4 0 55 270 44 50
Binary 1000010 10000110 10001011 110101 100 0 101101 10111000 100100 101000

Color Harmonies of #42868B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42868B

Black with #42868B

Text Example


Text Example

White with #42868B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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