Html Css Color HEX #418285 Paradiso

📋 copy color: '#418285'

red 65 ◦ green 130 ◦ blue 133

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

Shades of Paradiso #418285

Tints of Paradiso #418285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 40.55%

R = 19.82%
G = 39.63%
B = 40.55%

CMYK

 C value IS 0.51

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#418285 (or 0x418285) is known color: Paradiso. HEX triplet: 41, 82 and 85. RGB value is (65,130,133). Sum of RGB (Red+Green+Blue) = 65+130+133=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 133 - color contains mainly: blue. Hex color #418285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418285 is #BE7D7A. Grayscale: #6E6E6E. Windows color (decimal): -12483963 or 8749633. OLE color: 8749633.

HSL color Cylindrical-coordinate representation of color #418285: hue angle of 182.65º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #418285 is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 65 130 133 -
CMYK 0.51 0.02 0 0.48
HSL 182.65º 0.34% 0.39% -
HSV(B) 182.65º 0.51% 0.52% -
XYZ 14.4 18.78 25.06 -
YUV 110.91 140.47 95.26 -
System Red Green Blue C M Y K H S L
Decimal 65 130 133 0.51 0.02 0 0.48 182.65 0.34 0.39
Hex 41 82 85 33 2 0 30 B7 22 27
Octal 101 202 205 63 2 0 60 267 42 47
Binary 1000001 10000010 10000101 110011 10 0 110000 10110111 100010 100111

Color Harmonies of #418285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418285

Black with #418285

Text Example


Text Example

White with #418285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418285; }

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

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

background-color css

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

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

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

border-color css

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

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

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