Html Css Color HEX #418388 Paradiso

📋 copy color: '#418388'

red 65 ◦ green 131 ◦ blue 136

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

Shades of Paradiso #418388

Tints of Paradiso #418388

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.46%

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

R = 19.58%
G = 39.46%
B = 40.96%

CMYK

 C value IS 0.52

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#418388 (or 0x418388) is known color: Paradiso. HEX triplet: 41, 83 and 88. RGB value is (65,131,136). Sum of RGB (Red+Green+Blue) = 65+131+136=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 136 - color contains mainly: blue. Hex color #418388 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418388 is #BE7C77. Grayscale: #6F6F6F. Windows color (decimal): -12483704 or 8946497. OLE color: 8946497.

HSL color Cylindrical-coordinate representation of color #418388: hue angle of 184.23º 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 #418388 is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 131 136 -
CMYK 0.52 0.04 0 0.47
HSL 184.23º 0.35% 0.39% -
HSV(B) 184.23º 0.52% 0.53% -
XYZ 14.74 19.13 26.21 -
YUV 111.84 141.63 94.59 -
System Red Green Blue C M Y K H S L
Decimal 65 131 136 0.52 0.04 0 0.47 184.23 0.35 0.39
Hex 41 83 88 34 4 0 2F B8 23 27
Octal 101 203 210 64 4 0 57 270 43 47
Binary 1000001 10000011 10001000 110100 100 0 101111 10111000 100011 100111

Color Harmonies of #418388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418388

Black with #418388

Text Example


Text Example

White with #418388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418388; }

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

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

background-color css

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

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

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

border-color css

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

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

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