Html Css Color HEX #35A1B6 Pelorous

📋 copy color: '#35A1B6'

red 53 ◦ green 161 ◦ blue 182

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

Shades of Pelorous #35A1B6

Tints of Pelorous #35A1B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 45.96%

R = 13.38%
G = 40.66%
B = 45.96%

CMYK

 C value IS 0.71

 M value IS 0.12

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#35A1B6 (or 0x35A1B6) is known color: Pelorous. HEX triplet: 35, A1 and B6. RGB value is (53,161,182). Sum of RGB (Red+Green+Blue) = 53+161+182=396 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.38% from 396); Green value is 161 (63.28% from 255 or 40.66% from 396); Blue value is 182 (71.48% from 255 or 45.96% from 396); Max value from RGB is 182 - color contains mainly: blue. Hex color #35A1B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35A1B6 is #CA5E49. Grayscale: #828282. Windows color (decimal): -13262410 or 11968821. OLE color: 11968821.

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

Color convert

RGB 53 161 182 -
CMYK 0.71 0.12 0 0.29
HSL 189.77º 0.55% 0.46% -
HSV(B) 189.77º 0.71% 0.71% -
XYZ 22.66 29.62 48.78 -
YUV 131.1 156.72 72.29 -
System Red Green Blue C M Y K H S L
Decimal 53 161 182 0.71 0.12 0 0.29 189.77 0.55 0.46
Hex 35 A1 B6 47 C 0 1D BE 37 2E
Octal 65 241 266 107 14 0 35 276 67 56
Binary 110101 10100001 10110110 1000111 1100 0 11101 10111110 110111 101110

Color Harmonies of #35A1B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35A1B6

Black with #35A1B6

Text Example


Text Example

White with #35A1B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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