Html Css Color HEX #35A0C0 Pelorous

📋 copy color: '#35A0C0'

red 53 ◦ green 160 ◦ blue 192

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

Shades of Pelorous #35A0C0

Tints of Pelorous #35A0C0

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.51%

 BLUE value IS 192 (75.39% from 255) = 47.41%

R = 13.09%
G = 39.51%
B = 47.41%

CMYK

 C value IS 0.72

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#35A0C0 (or 0x35A0C0) is known color: Pelorous. HEX triplet: 35, A0 and C0. RGB value is (53,160,192). Sum of RGB (Red+Green+Blue) = 53+160+192=405 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.09% from 405); Green value is 160 (62.89% from 255 or 39.51% from 405); Blue value is 192 (75.39% from 255 or 47.41% from 405); Max value from RGB is 192 - color contains mainly: blue. Hex color #35A0C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35A0C0 is #CA5F3F. Grayscale: #838383. Windows color (decimal): -13262656 or 12623925. OLE color: 12623925.

HSL color Cylindrical-coordinate representation of color #35A0C0: hue angle of 193.81º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35A0C0 is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 160 192 -
CMYK 0.72 0.17 0 0.25
HSL 193.81º 0.57% 0.48% -
HSV(B) 193.81º 0.72% 0.75% -
XYZ 23.55 29.7 54.36 -
YUV 131.66 162.05 71.9 -
System Red Green Blue C M Y K H S L
Decimal 53 160 192 0.72 0.17 0 0.25 193.81 0.57 0.48
Hex 35 A0 C0 48 11 0 19 C2 39 30
Octal 65 240 300 110 21 0 31 302 71 60
Binary 110101 10100000 11000000 1001000 10001 0 11001 11000010 111001 110000

Color Harmonies of #35A0C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35A0C0

Black with #35A0C0

Text Example


Text Example

White with #35A0C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,160,192); }

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

background-color css

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

 a { background-color: rgb(53,160,192); }

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

border-color css

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

 span { border-color: rgb(53,160,192); }

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