Html Css Color HEX #35948D Blue Chill

📋 copy color: '#35948D'

red 53 ◦ green 148 ◦ blue 141

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

Shades of Blue Chill #35948D

Tints of Blue Chill #35948D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.27%

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

R = 15.5%
G = 43.27%
B = 41.23%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#35948D (or 0x35948D) is known color: Blue Chill. HEX triplet: 35, 94 and 8D. RGB value is (53,148,141). Sum of RGB (Red+Green+Blue) = 53+148+141=342 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.50% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 148 - color contains mainly: green. Hex color #35948D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35948D is #CA6B72. Grayscale: #767676. Windows color (decimal): -13265779 or 9278517. OLE color: 9278517.

HSL color Cylindrical-coordinate representation of color #35948D: hue angle of 175.58º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #35948D is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 148 141 -
CMYK 0.64 0 0.05 0.42
HSL 175.58º 0.47% 0.39% -
HSV(B) 175.58º 0.64% 0.58% -
XYZ 16.87 23.86 28.92 -
YUV 118.8 140.53 81.07 -
System Red Green Blue C M Y K H S L
Decimal 53 148 141 0.64 0 0.05 0.42 175.58 0.47 0.39
Hex 35 94 8D 40 0 5 2A B0 2F 27
Octal 65 224 215 100 0 5 52 260 57 47
Binary 110101 10010100 10001101 1000000 0 101 101010 10110000 101111 100111

Color Harmonies of #35948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35948D

Black with #35948D

Text Example


Text Example

White with #35948D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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