Html Css Color HEX #417D88 Paradiso

📋 copy color: '#417D88'

red 65 ◦ green 125 ◦ blue 136

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

Shades of Paradiso #417D88

Tints of Paradiso #417D88

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.34%

 BLUE value IS 136 (53.52% from 255) = 41.72%

R = 19.94%
G = 38.34%
B = 41.72%

CMYK

 C value IS 0.52

 M value IS 0.08

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#417D88 (or 0x417D88) is known color: Paradiso. HEX triplet: 41, 7D and 88. RGB value is (65,125,136). Sum of RGB (Red+Green+Blue) = 65+125+136=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 125 (49.22% from 255 or 38.34% from 326); Blue value is 136 (53.52% from 255 or 41.72% from 326); Max value from RGB is 136 - color contains mainly: blue. Hex color #417D88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417D88 is #BE8277. Grayscale: #6C6C6C. Windows color (decimal): -12485240 or 8944961. OLE color: 8944961.

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

Color convert

RGB 65 125 136 -
CMYK 0.52 0.08 0 0.47
HSL 189.3º 0.35% 0.39% -
HSV(B) 189.3º 0.52% 0.53% -
XYZ 13.96 17.57 25.95 -
YUV 108.31 143.62 97.11 -
System Red Green Blue C M Y K H S L
Decimal 65 125 136 0.52 0.08 0 0.47 189.3 0.35 0.39
Hex 41 7D 88 34 8 0 2F BD 23 27
Octal 101 175 210 64 10 0 57 275 43 47
Binary 1000001 1111101 10001000 110100 1000 0 101111 10111101 100011 100111

Color Harmonies of #417D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417D88

Black with #417D88

Text Example


Text Example

White with #417D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417D88; }

 p { color: rgb(65,125,136); }

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

background-color css

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

 a { background-color: rgb(65,125,136); }

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

border-color css

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

 span { border-color: rgb(65,125,136); }

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