Html Css Color HEX #40808B Paradiso

📋 copy color: '#40808B'

red 64 ◦ green 128 ◦ blue 139

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

Shades of Paradiso #40808B

Tints of Paradiso #40808B

RGB

 RED value IS 64 (25.39% from 255) = 19.34%

 GREEN value IS 128 (50.39% from 255) = 38.67%

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

R = 19.34%
G = 38.67%
B = 41.99%

CMYK

 C value IS 0.54

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40808B (or 0x40808B) is known color: Paradiso. HEX triplet: 40, 80 and 8B. RGB value is (64,128,139). Sum of RGB (Red+Green+Blue) = 64+128+139=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 139 - color contains mainly: blue. Hex color #40808B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40808B is #BF7F74. Grayscale: #6E6E6E. Windows color (decimal): -12550005 or 9142336. OLE color: 9142336.

HSL color Cylindrical-coordinate representation of color #40808B: hue angle of 188.8º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40808B is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 128 139 -
CMYK 0.54 0.08 0 0.45
HSL 188.8º 0.37% 0.4% -
HSV(B) 188.8º 0.54% 0.55% -
XYZ 14.49 18.39 27.21 -
YUV 110.12 144.3 95.11 -
System Red Green Blue C M Y K H S L
Decimal 64 128 139 0.54 0.08 0 0.45 188.8 0.37 0.4
Hex 40 80 8B 36 8 0 2D BD 25 28
Octal 100 200 213 66 10 0 55 275 45 50
Binary 1000000 10000000 10001011 110110 1000 0 101101 10111101 100101 101000

Color Harmonies of #40808B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40808B

Black with #40808B

Text Example


Text Example

White with #40808B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,128,139); }

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

background-color css

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

 a { background-color: rgb(64,128,139); }

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

border-color css

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

 span { border-color: rgb(64,128,139); }

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