Html Css Color HEX #35828C Blue Chill

📋 copy color: '#35828C'

red 53 ◦ green 130 ◦ blue 140

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

Shades of Blue Chill #35828C

Tints of Blue Chill #35828C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.25%

 BLUE value IS 140 (55.08% from 255) = 43.34%

R = 16.41%
G = 40.25%
B = 43.34%

CMYK

 C value IS 0.62

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#35828C (or 0x35828C) is known color: Blue Chill. HEX triplet: 35, 82 and 8C. RGB value is (53,130,140). Sum of RGB (Red+Green+Blue) = 53+130+140=323 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.41% from 323); Green value is 130 (51.17% from 255 or 40.25% from 323); Blue value is 140 (55.08% from 255 or 43.34% from 323); Max value from RGB is 140 - color contains mainly: blue. Hex color #35828C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35828C is #CA7D73. Grayscale: #6C6C6C. Windows color (decimal): -13270388 or 9208373. OLE color: 9208373.

HSL color Cylindrical-coordinate representation of color #35828C: hue angle of 186.9º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35828C is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 53 130 140 -
CMYK 0.62 0.07 0 0.45
HSL 186.9º 0.45% 0.38% -
HSV(B) 186.9º 0.62% 0.55% -
XYZ 14.18 18.62 27.66 -
YUV 108.12 145.99 88.69 -
System Red Green Blue C M Y K H S L
Decimal 53 130 140 0.62 0.07 0 0.45 186.9 0.45 0.38
Hex 35 82 8C 3E 7 0 2D BB 2D 26
Octal 65 202 214 76 7 0 55 273 55 46
Binary 110101 10000010 10001100 111110 111 0 101101 10111011 101101 100110

Color Harmonies of #35828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35828C

Black with #35828C

Text Example


Text Example

White with #35828C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35828C; }

 p { color: rgb(53,130,140); }

 H1.HeaderClassName
 {
   color: #35828C;
 }
 .AnyTagClassName
 {
   color: #35828C;
 }
</style>

background-color css

<style>
 a { background-color: #35828C; }

 a { background-color: rgb(53,130,140); }

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

border-color css

<style>
 span { border-color: #35828C; }

 span { border-color: rgb(53,130,140); }

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