Html Css Color HEX #35888D Blue Chill

📋 copy color: '#35888D'

red 53 ◦ green 136 ◦ blue 141

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

Shades of Blue Chill #35888D

Tints of Blue Chill #35888D

RGB

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

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

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

R = 16.06%
G = 41.21%
B = 42.73%

CMYK

 C value IS 0.62

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#35888D (or 0x35888D) is known color: Blue Chill. HEX triplet: 35, 88 and 8D. RGB value is (53,136,141). Sum of RGB (Red+Green+Blue) = 53+136+141=330 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.06% from 330); Green value is 136 (53.52% from 255 or 41.21% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 141 - color contains mainly: blue. Hex color #35888D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35888D is #CA7772. Grayscale: #6F6F6F. Windows color (decimal): -13268851 or 9275445. OLE color: 9275445.

HSL color Cylindrical-coordinate representation of color #35888D: hue angle of 183.41º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35888D is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 53 136 141 -
CMYK 0.62 0.04 0 0.45
HSL 183.41º 0.45% 0.38% -
HSV(B) 183.41º 0.62% 0.55% -
XYZ 15.08 20.29 28.32 -
YUV 111.75 144.5 86.09 -
System Red Green Blue C M Y K H S L
Decimal 53 136 141 0.62 0.04 0 0.45 183.41 0.45 0.38
Hex 35 88 8D 3E 4 0 2D B7 2D 26
Octal 65 210 215 76 4 0 55 267 55 46
Binary 110101 10001000 10001101 111110 100 0 101101 10110111 101101 100110

Color Harmonies of #35888D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35888D

Black with #35888D

Text Example


Text Example

White with #35888D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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