Html Css Color HEX #35898F Blue Chill

📋 copy color: '#35898F'

red 53 ◦ green 137 ◦ blue 143

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

Shades of Blue Chill #35898F

Tints of Blue Chill #35898F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.14%

 BLUE value IS 143 (56.25% from 255) = 42.94%

R = 15.92%
G = 41.14%
B = 42.94%

CMYK

 C value IS 0.63

 M value IS 0.04

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#35898F (or 0x35898F) is known color: Blue Chill. HEX triplet: 35, 89 and 8F. RGB value is (53,137,143). Sum of RGB (Red+Green+Blue) = 53+137+143=333 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.92% from 333); Green value is 137 (53.91% from 255 or 41.14% from 333); Blue value is 143 (56.25% from 255 or 42.94% from 333); Max value from RGB is 143 - color contains mainly: blue. Hex color #35898F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35898F is #CA7670. Grayscale: #707070. Windows color (decimal): -13268593 or 9406773. OLE color: 9406773.

HSL color Cylindrical-coordinate representation of color #35898F: hue angle of 184º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35898F is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 137 143 -
CMYK 0.63 0.04 0 0.44
HSL 184º 0.46% 0.38% -
HSV(B) 184º 0.63% 0.56% -
XYZ 15.37 20.63 29.16 -
YUV 112.57 145.17 85.51 -
System Red Green Blue C M Y K H S L
Decimal 53 137 143 0.63 0.04 0 0.44 184 0.46 0.38
Hex 35 89 8F 3F 4 0 2C B8 2E 26
Octal 65 211 217 77 4 0 54 270 56 46
Binary 110101 10001001 10001111 111111 100 0 101100 10111000 101110 100110

Color Harmonies of #35898F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35898F

Black with #35898F

Text Example


Text Example

White with #35898F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35898F; }

 p { color: rgb(53,137,143); }

 H1.HeaderClassName
 {
   color: #35898F;
 }
 .AnyTagClassName
 {
   color: #35898F;
 }
</style>

background-color css

<style>
 a { background-color: #35898F; }

 a { background-color: rgb(53,137,143); }

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

border-color css

<style>
 span { border-color: #35898F; }

 span { border-color: rgb(53,137,143); }

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