Html Css Color HEX #41828A Paradiso

📋 copy color: '#41828A'

red 65 ◦ green 130 ◦ blue 138

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

Shades of Paradiso #41828A

Tints of Paradiso #41828A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.04%

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

R = 19.52%
G = 39.04%
B = 41.44%

CMYK

 C value IS 0.53

 M value IS 0.06

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#41828A (or 0x41828A) is known color: Paradiso. HEX triplet: 41, 82 and 8A. RGB value is (65,130,138). Sum of RGB (Red+Green+Blue) = 65+130+138=333 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.52% from 333); Green value is 130 (51.17% from 255 or 39.04% 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 #41828A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41828A is #BE7D75. Grayscale: #6F6F6F. Windows color (decimal): -12483958 or 9077313. OLE color: 9077313.

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

Color convert

RGB 65 130 138 -
CMYK 0.53 0.06 0 0.46
HSL 186.58º 0.36% 0.4% -
HSV(B) 186.58º 0.53% 0.54% -
XYZ 14.75 18.92 26.92 -
YUV 111.48 142.97 94.85 -
System Red Green Blue C M Y K H S L
Decimal 65 130 138 0.53 0.06 0 0.46 186.58 0.36 0.4
Hex 41 82 8A 35 6 0 2E BB 24 28
Octal 101 202 212 65 6 0 56 273 44 50
Binary 1000001 10000010 10001010 110101 110 0 101110 10111011 100100 101000

Color Harmonies of #41828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41828A

Black with #41828A

Text Example


Text Example

White with #41828A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,130,138); }

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

background-color css

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

 a { background-color: rgb(65,130,138); }

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

border-color css

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

 span { border-color: rgb(65,130,138); }

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