Html Css Color HEX #40838E Paradiso

📋 copy color: '#40838E'

red 64 ◦ green 131 ◦ blue 142

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

Shades of Paradiso #40838E

Tints of Paradiso #40838E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 42.14%

R = 18.99%
G = 38.87%
B = 42.14%

CMYK

 C value IS 0.55

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#40838E (or 0x40838E) is known color: Paradiso. HEX triplet: 40, 83 and 8E. RGB value is (64,131,142). Sum of RGB (Red+Green+Blue) = 64+131+142=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 131 (51.56% from 255 or 38.87% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 142 - color contains mainly: blue. Hex color #40838E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40838E is #BF7C71. Grayscale: #707070. Windows color (decimal): -12549234 or 9339712. OLE color: 9339712.

HSL color Cylindrical-coordinate representation of color #40838E: hue angle of 188.46º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40838E is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 131 142 -
CMYK 0.55 0.08 0 0.44
HSL 188.46º 0.38% 0.4% -
HSV(B) 188.46º 0.55% 0.56% -
XYZ 15.11 19.28 28.52 -
YUV 112.22 144.8 93.61 -
System Red Green Blue C M Y K H S L
Decimal 64 131 142 0.55 0.08 0 0.44 188.46 0.38 0.4
Hex 40 83 8E 37 8 0 2C BC 26 28
Octal 100 203 216 67 10 0 54 274 46 50
Binary 1000000 10000011 10001110 110111 1000 0 101100 10111100 100110 101000

Color Harmonies of #40838E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40838E

Black with #40838E

Text Example


Text Example

White with #40838E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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