Html Css Color HEX #417984 Paradiso

📋 copy color: '#417984'

red 65 ◦ green 121 ◦ blue 132

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

Shades of Paradiso #417984

Tints of Paradiso #417984

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.05%

 BLUE value IS 132 (51.95% from 255) = 41.51%

R = 20.44%
G = 38.05%
B = 41.51%

CMYK

 C value IS 0.51

 M value IS 0.08

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#417984 (or 0x417984) is known color: Paradiso. HEX triplet: 41, 79 and 84. RGB value is (65,121,132). Sum of RGB (Red+Green+Blue) = 65+121+132=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 121 (47.66% from 255 or 38.05% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 132 - color contains mainly: blue. Hex color #417984 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417984 is #BE867B. Grayscale: #696969. Windows color (decimal): -12486268 or 8681793. OLE color: 8681793.

HSL color Cylindrical-coordinate representation of color #417984: hue angle of 189.85º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #417984 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 65 121 132 -
CMYK 0.51 0.08 0 0.48
HSL 189.85º 0.34% 0.39% -
HSV(B) 189.85º 0.51% 0.52% -
XYZ 13.18 16.46 24.31 -
YUV 105.51 142.95 99.11 -
System Red Green Blue C M Y K H S L
Decimal 65 121 132 0.51 0.08 0 0.48 189.85 0.34 0.39
Hex 41 79 84 33 8 0 30 BE 22 27
Octal 101 171 204 63 10 0 60 276 42 47
Binary 1000001 1111001 10000100 110011 1000 0 110000 10111110 100010 100111

Color Harmonies of #417984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417984

Black with #417984

Text Example


Text Example

White with #417984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417984; }

 p { color: rgb(65,121,132); }

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

background-color css

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

 a { background-color: rgb(65,121,132); }

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

border-color css

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

 span { border-color: rgb(65,121,132); }

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