Html Css Color HEX #35828D Blue Chill

📋 copy color: '#35828D'

red 53 ◦ green 130 ◦ blue 141

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

Shades of Blue Chill #35828D

Tints of Blue Chill #35828D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 43.52%

R = 16.36%
G = 40.12%
B = 43.52%

CMYK

 C value IS 0.62

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#35828D (or 0x35828D) is known color: Blue Chill. HEX triplet: 35, 82 and 8D. RGB value is (53,130,141). Sum of RGB (Red+Green+Blue) = 53+130+141=324 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.36% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 141 (55.47% from 255 or 43.52% from 324); Max value from RGB is 141 - color contains mainly: blue. Hex color #35828D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35828D is #CA7D72. Grayscale: #6C6C6C. Windows color (decimal): -13270387 or 9273909. OLE color: 9273909.

HSL color Cylindrical-coordinate representation of color #35828D: hue angle of 187.5º 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 #35828D is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 53 130 141 -
CMYK 0.62 0.08 0 0.45
HSL 187.5º 0.45% 0.38% -
HSV(B) 187.5º 0.62% 0.55% -
XYZ 14.26 18.65 28.05 -
YUV 108.23 146.49 88.61 -
System Red Green Blue C M Y K H S L
Decimal 53 130 141 0.62 0.08 0 0.45 187.5 0.45 0.38
Hex 35 82 8D 3E 8 0 2D BC 2D 26
Octal 65 202 215 76 10 0 55 274 55 46
Binary 110101 10000010 10001101 111110 1000 0 101101 10111100 101101 100110

Color Harmonies of #35828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35828D

Black with #35828D

Text Example


Text Example

White with #35828D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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