#35818A

Color #35818A Paradiso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paradiso #35818A

Tints of Paradiso #35818A

Color information

#35818A (or 0x35818A) is unknown color: approx Paradiso. HEX triplet: 35, 81 and 8A. RGB value is (53,129,138). Sum of RGB (Red+Green+Blue) = 53+129+138=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 138 - color contains mainly: blue. Hex color #35818A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35818A is #CA7E75. Grayscale: #6B6B6B. Windows color (decimal): -13270646 or 9077045. OLE color: 9077045.

HSL color Cylindrical-coordinate representation of color #35818A: hue angle of 186.35º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35818A is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB53129138-
CMYK0.620.0700.46
HSL186.35º44.5%37.45%-
HSV(B)186.35º61.59%54.12%-
XYZ13.9118.2926.84-
YUV107.3145.3289.27-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.56%
GREEN value IS 129 (50.78% from 255) = 40.31%
BLUE value IS 138 (54.30% from 255) = 43.12%
R=16.56%
G=40.31%
B=43.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal531291380.620.0700.46186.3544.537.45
Hex35818A3E702Eba2d25
Octal652012127670562725545
Binary1101011000000110001010111110111010111010111010101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35818A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,129,138); }

 H1.HeaderClassName
 {
   color: #35818A;
 }
 .AnyTagClassName
 {
   color: #35818A;
 }
</style>
background-color css

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

 a { background-color: rgb(53,129,138); }

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

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

 span { border-color: rgb(53,129,138); }

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