Html Css Color HEX #418286 Paradiso

📋 copy color: '#418286'

red 65 ◦ green 130 ◦ blue 134

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

Shades of Paradiso #418286

Tints of Paradiso #418286

RGB

 RED value IS 65 (25.78% from 255) = 19.76%

 GREEN value IS 130 (51.17% from 255) = 39.51%

 BLUE value IS 134 (52.73% from 255) = 40.73%

R = 19.76%
G = 39.51%
B = 40.73%

CMYK

 C value IS 0.51

 M value IS 0.03

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#418286 (or 0x418286) is known color: Paradiso. HEX triplet: 41, 82 and 86. RGB value is (65,130,134). Sum of RGB (Red+Green+Blue) = 65+130+134=329 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.76% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 134 (52.73% from 255 or 40.73% from 329); Max value from RGB is 134 - color contains mainly: blue. Hex color #418286 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418286 is #BE7D79. Grayscale: #6E6E6E. Windows color (decimal): -12483962 or 8815169. OLE color: 8815169.

HSL color Cylindrical-coordinate representation of color #418286: hue angle of 183.48º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #418286 is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 130 134 -
CMYK 0.51 0.03 0 0.47
HSL 183.48º 0.35% 0.39% -
HSV(B) 183.48º 0.51% 0.53% -
XYZ 14.47 18.81 25.42 -
YUV 111.02 140.97 95.17 -
System Red Green Blue C M Y K H S L
Decimal 65 130 134 0.51 0.03 0 0.47 183.48 0.35 0.39
Hex 41 82 86 33 3 0 2F B7 23 27
Octal 101 202 206 63 3 0 57 267 43 47
Binary 1000001 10000010 10000110 110011 11 0 101111 10110111 100011 100111

Color Harmonies of #418286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418286

Black with #418286

Text Example


Text Example

White with #418286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418286; }

 p { color: rgb(65,130,134); }

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

background-color css

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

 a { background-color: rgb(65,130,134); }

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

border-color css

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

 span { border-color: rgb(65,130,134); }

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