#35A3B4

Color #35A3B4 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #35A3B4

Tints of Pelorous #35A3B4

Color information

#35A3B4 (or 0x35A3B4) is unknown color: approx Pelorous. HEX triplet: 35, A3 and B4. RGB value is (53,163,180). Sum of RGB (Red+Green+Blue) = 53+163+180=396 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.38% from 396); Green value is 163 (64.06% from 255 or 41.16% from 396); Blue value is 180 (70.70% from 255 or 45.45% from 396); Max value from RGB is 180 - color contains mainly: blue. Hex color #35A3B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35A3B4 is #CA5C4B. Grayscale: #838383. Windows color (decimal): -13261900 or 11838261. OLE color: 11838261.

HSL color Cylindrical-coordinate representation of color #35A3B4: hue angle of 188.03º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35A3B4 is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB53163180-
CMYK0.710.0900.29
HSL188.03º54.51%45.69%-
HSV(B)188.03º70.56%70.59%-
XYZ22.830.2547.82-
YUV132.05155.0671.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.38%
GREEN value IS 163 (64.06% from 255) = 41.16%
BLUE value IS 180 (70.70% from 255) = 45.45%
R=13.38%
G=41.16%
B=45.45%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal531631800.710.0900.29188.0354.5145.69
Hex35A3B447901Dbc372e
Octal65243264107110352746756
Binary11010110100011101101001000111100101110110111100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35A3B4; }

 p { color: rgb(53,163,180); }

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

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

 a { background-color: rgb(53,163,180); }

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

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

 span { border-color: rgb(53,163,180); }

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