Html Css Color HEX #35A5BA Pelorous

📋 copy color: '#35A5BA'

red 53 ◦ green 165 ◦ blue 186

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

Shades of Pelorous #35A5BA

Tints of Pelorous #35A5BA

RGB

 RED value IS 53 (21.09% from 255) = 13.12%

 GREEN value IS 165 (64.84% from 255) = 40.84%

 BLUE value IS 186 (73.05% from 255) = 46.04%

R = 13.12%
G = 40.84%
B = 46.04%

CMYK

 C value IS 0.72

 M value IS 0.11

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#35A5BA (or 0x35A5BA) is known color: Pelorous. HEX triplet: 35, A5 and BA. RGB value is (53,165,186). Sum of RGB (Red+Green+Blue) = 53+165+186=404 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.12% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #35A5BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35A5BA is #CA5A45. Grayscale: #858585. Windows color (decimal): -13261382 or 12231989. OLE color: 12231989.

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

Color convert

RGB 53 165 186 -
CMYK 0.72 0.11 0 0.27
HSL 189.47º 0.56% 0.47% -
HSV(B) 189.47º 0.72% 0.73% -
XYZ 23.79 31.21 51.23 -
YUV 133.91 157.39 70.29 -
System Red Green Blue C M Y K H S L
Decimal 53 165 186 0.72 0.11 0 0.27 189.47 0.56 0.47
Hex 35 A5 BA 48 B 0 1B BD 38 2F
Octal 65 245 272 110 13 0 33 275 70 57
Binary 110101 10100101 10111010 1001000 1011 0 11011 10111101 111000 101111

Color Harmonies of #35A5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35A5BA

Black with #35A5BA

Text Example


Text Example

White with #35A5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,165,186); }

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

background-color css

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

 a { background-color: rgb(53,165,186); }

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

border-color css

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

 span { border-color: rgb(53,165,186); }

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