Html Css Color HEX #35A1B7 Pelorous

📋 copy color: '#35A1B7'

red 53 ◦ green 161 ◦ blue 183

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

Shades of Pelorous #35A1B7

Tints of Pelorous #35A1B7

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.55%

 BLUE value IS 183 (71.88% from 255) = 46.1%

R = 13.35%
G = 40.55%
B = 46.1%

CMYK

 C value IS 0.71

 M value IS 0.12

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#35A1B7 (or 0x35A1B7) is known color: Pelorous. HEX triplet: 35, A1 and B7. RGB value is (53,161,183). Sum of RGB (Red+Green+Blue) = 53+161+183=397 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.35% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 183 (71.88% from 255 or 46.10% from 397); Max value from RGB is 183 - color contains mainly: blue. Hex color #35A1B7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35A1B7 is #CA5E48. Grayscale: #838383. Windows color (decimal): -13262409 or 12034357. OLE color: 12034357.

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

Color convert

RGB 53 161 183 -
CMYK 0.71 0.12 0 0.28
HSL 190.15º 0.55% 0.46% -
HSV(B) 190.15º 0.71% 0.72% -
XYZ 22.76 29.67 49.33 -
YUV 131.22 157.22 72.21 -
System Red Green Blue C M Y K H S L
Decimal 53 161 183 0.71 0.12 0 0.28 190.15 0.55 0.46
Hex 35 A1 B7 47 C 0 1C BE 37 2E
Octal 65 241 267 107 14 0 34 276 67 56
Binary 110101 10100001 10110111 1000111 1100 0 11100 10111110 110111 101110

Color Harmonies of #35A1B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35A1B7

Black with #35A1B7

Text Example


Text Example

White with #35A1B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,161,183); }

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

background-color css

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

 a { background-color: rgb(53,161,183); }

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

border-color css

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

 span { border-color: rgb(53,161,183); }

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