Html Css Color HEX #35A3BA Pelorous

📋 copy color: '#35A3BA'

red 53 ◦ green 163 ◦ blue 186

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

Shades of Pelorous #35A3BA

Tints of Pelorous #35A3BA

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.55%

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

R = 13.18%
G = 40.55%
B = 46.27%

CMYK

 C value IS 0.72

 M value IS 0.12

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#35A3BA (or 0x35A3BA) is known color: Pelorous. HEX triplet: 35, A3 and BA. RGB value is (53,163,186). Sum of RGB (Red+Green+Blue) = 53+163+186=402 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.18% from 402); Green value is 163 (64.06% from 255 or 40.55% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #35A3BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35A3BA is #CA5C45. Grayscale: #848484. Windows color (decimal): -13261894 or 12231477. OLE color: 12231477.

HSL color Cylindrical-coordinate representation of color #35A3BA: hue angle of 190.38º 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 #35A3BA is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 163 186 -
CMYK 0.72 0.12 0 0.27
HSL 190.38º 0.56% 0.47% -
HSV(B) 190.38º 0.72% 0.73% -
XYZ 23.43 30.5 51.11 -
YUV 132.73 158.06 71.13 -
System Red Green Blue C M Y K H S L
Decimal 53 163 186 0.72 0.12 0 0.27 190.38 0.56 0.47
Hex 35 A3 BA 48 C 0 1B BE 38 2F
Octal 65 243 272 110 14 0 33 276 70 57
Binary 110101 10100011 10111010 1001000 1100 0 11011 10111110 111000 101111

Color Harmonies of #35A3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35A3BA

Black with #35A3BA

Text Example


Text Example

White with #35A3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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