Html Css Color HEX #40838A Paradiso

📋 copy color: '#40838A'

red 64 ◦ green 131 ◦ blue 138

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

Shades of Paradiso #40838A

Tints of Paradiso #40838A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.44%

R = 19.22%
G = 39.34%
B = 41.44%

CMYK

 C value IS 0.54

 M value IS 0.05

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#40838A (or 0x40838A) is known color: Paradiso. HEX triplet: 40, 83 and 8A. RGB value is (64,131,138). Sum of RGB (Red+Green+Blue) = 64+131+138=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 131 (51.56% from 255 or 39.34% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 138 - color contains mainly: blue. Hex color #40838A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40838A is #BF7C75. Grayscale: #6F6F6F. Windows color (decimal): -12549238 or 9077568. OLE color: 9077568.

HSL color Cylindrical-coordinate representation of color #40838A: hue angle of 185.68º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40838A is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 64 131 138 -
CMYK 0.54 0.05 0 0.46
HSL 185.68º 0.37% 0.4% -
HSV(B) 185.68º 0.54% 0.54% -
XYZ 14.82 19.16 26.96 -
YUV 111.77 142.8 93.93 -
System Red Green Blue C M Y K H S L
Decimal 64 131 138 0.54 0.05 0 0.46 185.68 0.37 0.4
Hex 40 83 8A 36 5 0 2E BA 25 28
Octal 100 203 212 66 5 0 56 272 45 50
Binary 1000000 10000011 10001010 110110 101 0 101110 10111010 100101 101000

Color Harmonies of #40838A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40838A

Black with #40838A

Text Example


Text Example

White with #40838A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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