Html Css Color HEX #40858C Paradiso

📋 copy color: '#40858C'

red 64 ◦ green 133 ◦ blue 140

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

Shades of Paradiso #40858C

Tints of Paradiso #40858C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.54%

R = 18.99%
G = 39.47%
B = 41.54%

CMYK

 C value IS 0.54

 M value IS 0.05

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40858C (or 0x40858C) is known color: Paradiso. HEX triplet: 40, 85 and 8C. RGB value is (64,133,140). Sum of RGB (Red+Green+Blue) = 64+133+140=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 133 (52.34% from 255 or 39.47% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 140 - color contains mainly: blue. Hex color #40858C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40858C is #BF7A73. Grayscale: #717171. Windows color (decimal): -12548724 or 9209152. OLE color: 9209152.

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

Color convert

RGB 64 133 140 -
CMYK 0.54 0.05 0 0.45
HSL 185.53º 0.37% 0.4% -
HSV(B) 185.53º 0.54% 0.55% -
XYZ 15.24 19.76 27.82 -
YUV 113.17 143.14 92.93 -
System Red Green Blue C M Y K H S L
Decimal 64 133 140 0.54 0.05 0 0.45 185.53 0.37 0.4
Hex 40 85 8C 36 5 0 2D BA 25 28
Octal 100 205 214 66 5 0 55 272 45 50
Binary 1000000 10000101 10001100 110110 101 0 101101 10111010 100101 101000

Color Harmonies of #40858C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40858C

Black with #40858C

Text Example


Text Example

White with #40858C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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