Html Css Color HEX #35948B Blue Chill

📋 copy color: '#35948B'

red 53 ◦ green 148 ◦ blue 139

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

Shades of Blue Chill #35948B

Tints of Blue Chill #35948B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.88%

R = 15.59%
G = 43.53%
B = 40.88%

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

#35948B (or 0x35948B) is known color: Blue Chill. HEX triplet: 35, 94 and 8B. RGB value is (53,148,139). Sum of RGB (Red+Green+Blue) = 53+148+139=340 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.59% from 340); Green value is 148 (58.20% from 255 or 43.53% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 148 - color contains mainly: green. Hex color #35948B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35948B is #CA6B74. Grayscale: #767676. Windows color (decimal): -13265781 or 9147445. OLE color: 9147445.

HSL color Cylindrical-coordinate representation of color #35948B: hue angle of 174.32º 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 #35948B is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 148 139 -
CMYK 0.64 0 0.06 0.42
HSL 174.32º 0.47% 0.39% -
HSV(B) 174.32º 0.64% 0.58% -
XYZ 16.72 23.8 28.14 -
YUV 118.57 139.53 81.23 -
System Red Green Blue C M Y K H S L
Decimal 53 148 139 0.64 0 0.06 0.42 174.32 0.47 0.39
Hex 35 94 8B 40 0 6 2A AE 2F 27
Octal 65 224 213 100 0 6 52 256 57 47
Binary 110101 10010100 10001011 1000000 0 110 101010 10101110 101111 100111

Color Harmonies of #35948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35948B

Black with #35948B

Text Example


Text Example

White with #35948B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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