Html Css Color HEX #35A2B5 Pelorous

📋 copy color: '#35A2B5'

red 53 ◦ green 162 ◦ blue 181

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

Shades of Pelorous #35A2B5

Tints of Pelorous #35A2B5

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.91%

 BLUE value IS 181 (71.09% from 255) = 45.71%

R = 13.38%
G = 40.91%
B = 45.71%

CMYK

 C value IS 0.71

 M value IS 0.10

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#35A2B5 (or 0x35A2B5) is known color: Pelorous. HEX triplet: 35, A2 and B5. RGB value is (53,162,181). Sum of RGB (Red+Green+Blue) = 53+162+181=396 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.38% from 396); Green value is 162 (63.67% from 255 or 40.91% from 396); Blue value is 181 (71.09% from 255 or 45.71% from 396); Max value from RGB is 181 - color contains mainly: blue. Hex color #35A2B5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35A2B5 is #CA5D4A. Grayscale: #838383. Windows color (decimal): -13262155 or 11903541. OLE color: 11903541.

HSL color Cylindrical-coordinate representation of color #35A2B5: hue angle of 188.91º 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 #35A2B5 is Cyan = 0.71, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 53 162 181 -
CMYK 0.71 0.10 0 0.29
HSL 188.91º 0.55% 0.46% -
HSV(B) 188.91º 0.71% 0.71% -
XYZ 22.73 29.93 48.3 -
YUV 131.58 155.89 71.96 -
System Red Green Blue C M Y K H S L
Decimal 53 162 181 0.71 0.10 0 0.29 188.91 0.55 0.46
Hex 35 A2 B5 47 A 0 1D BD 37 2E
Octal 65 242 265 107 12 0 35 275 67 56
Binary 110101 10100010 10110101 1000111 1010 0 11101 10111101 110111 101110

Color Harmonies of #35A2B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35A2B5

Black with #35A2B5

Text Example


Text Example

White with #35A2B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,162,181); }

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

background-color css

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

 a { background-color: rgb(53,162,181); }

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

border-color css

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

 span { border-color: rgb(53,162,181); }

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