Html Css Color HEX #40858A Paradiso

📋 copy color: '#40858A'

red 64 ◦ green 133 ◦ blue 138

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

Shades of Paradiso #40858A

Tints of Paradiso #40858A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.7%

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

R = 19.1%
G = 39.7%
B = 41.19%

CMYK

 C value IS 0.54

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#40858A (or 0x40858A) is known color: Paradiso. HEX triplet: 40, 85 and 8A. RGB value is (64,133,138). Sum of RGB (Red+Green+Blue) = 64+133+138=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 138 - color contains mainly: blue. Hex color #40858A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40858A is #BF7A75. Grayscale: #707070. Windows color (decimal): -12548726 or 9078080. OLE color: 9078080.

HSL color Cylindrical-coordinate representation of color #40858A: hue angle of 184.05º 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 #40858A is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 64 133 138 -
CMYK 0.54 0.04 0 0.46
HSL 184.05º 0.37% 0.4% -
HSV(B) 184.05º 0.54% 0.54% -
XYZ 15.09 19.7 27.05 -
YUV 112.94 142.14 93.09 -
System Red Green Blue C M Y K H S L
Decimal 64 133 138 0.54 0.04 0 0.46 184.05 0.37 0.4
Hex 40 85 8A 36 4 0 2E B8 25 28
Octal 100 205 212 66 4 0 56 270 45 50
Binary 1000000 10000101 10001010 110110 100 0 101110 10111000 100101 101000

Color Harmonies of #40858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40858A

Black with #40858A

Text Example


Text Example

White with #40858A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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