#35A6BD

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

Shades of Pelorous #35A6BD

Tints of Pelorous #35A6BD

Color information

#35A6BD (or 0x35A6BD) is unknown color: approx Pelorous. HEX triplet: 35, A6 and BD. RGB value is (53,166,189). Sum of RGB (Red+Green+Blue) = 53+166+189=408 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.99% from 408); Green value is 166 (65.23% from 255 or 40.69% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 189 - color contains mainly: blue. Hex color #35A6BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35A6BD is #CA5942. Grayscale: #868686. Windows color (decimal): -13261123 or 12428853. OLE color: 12428853.

HSL color Cylindrical-coordinate representation of color #35A6BD: hue angle of 190.15º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35A6BD is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB53166189-
CMYK0.720.1200.26
HSL190.15º56.2%47.45%-
HSV(B)190.15º71.96%74.12%-
XYZ24.2931.752.98-
YUV134.83158.5669.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.99%
GREEN value IS 166 (65.23% from 255) = 40.69%
BLUE value IS 189 (74.22% from 255) = 46.32%
R=12.99%
G=40.69%
B=46.32%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal531661890.720.1200.26190.1556.247.45
Hex35A6BD48C01Abe382f
Octal65246275110140322767057
Binary11010110100110101111011001000110001101010111110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,166,189); }

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

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

 a { background-color: rgb(53,166,189); }

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

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

 span { border-color: rgb(53,166,189); }

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