Html Css Color HEX #41858D Paradiso

📋 copy color: '#41858D'

red 65 ◦ green 133 ◦ blue 141

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

Shades of Paradiso #41858D

Tints of Paradiso #41858D

RGB

 RED value IS 65 (25.78% from 255) = 19.17%

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

 BLUE value IS 141 (55.47% from 255) = 41.59%

R = 19.17%
G = 39.23%
B = 41.59%

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

#41858D (or 0x41858D) is known color: Paradiso. HEX triplet: 41, 85 and 8D. RGB value is (65,133,141). Sum of RGB (Red+Green+Blue) = 65+133+141=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 133 (52.34% from 255 or 39.23% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 141 - color contains mainly: blue. Hex color #41858D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41858D is #BE7A72. Grayscale: #717171. Windows color (decimal): -12483187 or 9274689. OLE color: 9274689.

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

Color convert

RGB 65 133 141 -
CMYK 0.54 0.06 0 0.45
HSL 186.32º 0.37% 0.4% -
HSV(B) 186.32º 0.54% 0.55% -
XYZ 15.38 19.82 28.21 -
YUV 113.58 143.47 93.35 -
System Red Green Blue C M Y K H S L
Decimal 65 133 141 0.54 0.06 0 0.45 186.32 0.37 0.4
Hex 41 85 8D 36 6 0 2D BA 25 28
Octal 101 205 215 66 6 0 55 272 45 50
Binary 1000001 10000101 10001101 110110 110 0 101101 10111010 100101 101000

Color Harmonies of #41858D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41858D

Black with #41858D

Text Example


Text Example

White with #41858D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41858D; }

 p { color: rgb(65,133,141); }

 H1.HeaderClassName
 {
   color: #41858D;
 }
 .AnyTagClassName
 {
   color: #41858D;
 }
</style>

background-color css

<style>
 a { background-color: #41858D; }

 a { background-color: rgb(65,133,141); }

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

border-color css

<style>
 span { border-color: #41858D; }

 span { border-color: rgb(65,133,141); }

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