Html Css Color HEX #35958C Blue Chill

📋 copy color: '#35958C'

red 53 ◦ green 149 ◦ blue 140

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

Shades of Blue Chill #35958C

Tints of Blue Chill #35958C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.57%

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

R = 15.5%
G = 43.57%
B = 40.94%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#35958C (or 0x35958C) is known color: Blue Chill. HEX triplet: 35, 95 and 8C. RGB value is (53,149,140). Sum of RGB (Red+Green+Blue) = 53+149+140=342 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.50% from 342); Green value is 149 (58.59% from 255 or 43.57% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 149 - color contains mainly: green. Hex color #35958C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35958C is #CA6A73. Grayscale: #777777. Windows color (decimal): -13265524 or 9213237. OLE color: 9213237.

HSL color Cylindrical-coordinate representation of color #35958C: hue angle of 174.38º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #35958C is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 149 140 -
CMYK 0.64 0 0.06 0.42
HSL 174.38º 0.48% 0.4% -
HSV(B) 174.38º 0.64% 0.58% -
XYZ 16.95 24.15 28.58 -
YUV 119.27 139.7 80.73 -
System Red Green Blue C M Y K H S L
Decimal 53 149 140 0.64 0 0.06 0.42 174.38 0.48 0.4
Hex 35 95 8C 40 0 6 2A AE 30 28
Octal 65 225 214 100 0 6 52 256 60 50
Binary 110101 10010101 10001100 1000000 0 110 101010 10101110 110000 101000

Color Harmonies of #35958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35958C

Black with #35958C

Text Example


Text Example

White with #35958C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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