Html Css Color HEX #40838B Paradiso

📋 copy color: '#40838B'

red 64 ◦ green 131 ◦ blue 139

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

Shades of Paradiso #40838B

Tints of Paradiso #40838B

RGB

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

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

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

R = 19.16%
G = 39.22%
B = 41.62%

CMYK

 C value IS 0.54

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40838B (or 0x40838B) is known color: Paradiso. HEX triplet: 40, 83 and 8B. RGB value is (64,131,139). Sum of RGB (Red+Green+Blue) = 64+131+139=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 139 - color contains mainly: blue. Hex color #40838B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40838B is #BF7C74. Grayscale: #6F6F6F. Windows color (decimal): -12549237 or 9143104. OLE color: 9143104.

HSL color Cylindrical-coordinate representation of color #40838B: hue angle of 186.4º 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 #40838B is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 131 139 -
CMYK 0.54 0.06 0 0.45
HSL 186.4º 0.37% 0.4% -
HSV(B) 186.4º 0.54% 0.55% -
XYZ 14.89 19.19 27.34 -
YUV 111.88 143.3 93.85 -
System Red Green Blue C M Y K H S L
Decimal 64 131 139 0.54 0.06 0 0.45 186.4 0.37 0.4
Hex 40 83 8B 36 6 0 2D BA 25 28
Octal 100 203 213 66 6 0 55 272 45 50
Binary 1000000 10000011 10001011 110110 110 0 101101 10111010 100101 101000

Color Harmonies of #40838B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40838B

Black with #40838B

Text Example


Text Example

White with #40838B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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