Html Css Color HEX #35888F Blue Chill

📋 copy color: '#35888F'

red 53 ◦ green 136 ◦ blue 143

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

Shades of Blue Chill #35888F

Tints of Blue Chill #35888F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.96%

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

R = 15.96%
G = 40.96%
B = 43.07%

CMYK

 C value IS 0.63

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#35888F (or 0x35888F) is known color: Blue Chill. HEX triplet: 35, 88 and 8F. RGB value is (53,136,143). Sum of RGB (Red+Green+Blue) = 53+136+143=332 (43% of max value = 765). Red value is 53 (21.09% from 255 or 15.96% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 143 (56.25% from 255 or 43.07% from 332); Max value from RGB is 143 - color contains mainly: blue. Hex color #35888F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35888F is #CA7770. Grayscale: #6F6F6F. Windows color (decimal): -13268849 or 9406517. OLE color: 9406517.

HSL color Cylindrical-coordinate representation of color #35888F: hue angle of 184.67º 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 #35888F is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 136 143 -
CMYK 0.63 0.05 0 0.44
HSL 184.67º 0.46% 0.38% -
HSV(B) 184.67º 0.63% 0.56% -
XYZ 15.23 20.35 29.11 -
YUV 111.98 145.5 85.93 -
System Red Green Blue C M Y K H S L
Decimal 53 136 143 0.63 0.05 0 0.44 184.67 0.46 0.38
Hex 35 88 8F 3F 5 0 2C B9 2E 26
Octal 65 210 217 77 5 0 54 271 56 46
Binary 110101 10001000 10001111 111111 101 0 101100 10111001 101110 100110

Color Harmonies of #35888F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35888F

Black with #35888F

Text Example


Text Example

White with #35888F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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