#35A8BE

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

Shades of Pelorous #35A8BE

Tints of Pelorous #35A8BE

Color information

#35A8BE (or 0x35A8BE) is unknown color: approx Pelorous. HEX triplet: 35, A8 and BE. RGB value is (53,168,190). Sum of RGB (Red+Green+Blue) = 53+168+190=411 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.90% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #35A8BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35A8BE is #CA5741. Grayscale: #878787. Windows color (decimal): -13260610 or 12494901. OLE color: 12494901.

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

Color convert

RGB53168190-
CMYK0.720.1200.25
HSL189.64º56.38%47.65%-
HSV(B)189.64º72.11%74.51%-
XYZ24.7732.4853.68-
YUV136.12158.468.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.90%
GREEN value IS 168 (66.02% from 255) = 40.88%
BLUE value IS 190 (74.61% from 255) = 46.23%
R=12.90%
G=40.88%
B=46.23%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal531681900.720.1200.25189.6456.3847.65
Hex35A8BE48C019be3830
Octal65250276110140312767060
Binary11010110101000101111101001000110001100110111110111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,168,190); }

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

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

 a { background-color: rgb(53,168,190); }

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

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

 span { border-color: rgb(53,168,190); }

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