Html Css Color HEX #358388 Blue Chill

📋 copy color: '#358388'

red 53 ◦ green 131 ◦ blue 136

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

Shades of Blue Chill #358388

Tints of Blue Chill #358388

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.94%

 BLUE value IS 136 (53.52% from 255) = 42.5%

R = 16.56%
G = 40.94%
B = 42.5%

CMYK

 C value IS 0.61

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#358388 (or 0x358388) is known color: Blue Chill. HEX triplet: 35, 83 and 88. RGB value is (53,131,136). Sum of RGB (Red+Green+Blue) = 53+131+136=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 131 (51.56% from 255 or 40.94% from 320); Blue value is 136 (53.52% from 255 or 42.5% from 320); Max value from RGB is 136 - color contains mainly: blue. Hex color #358388 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358388 is #CA7C77. Grayscale: #6C6C6C. Windows color (decimal): -13270136 or 8946485. OLE color: 8946485.

HSL color Cylindrical-coordinate representation of color #358388: hue angle of 183.61º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #358388 is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 131 136 -
CMYK 0.61 0.04 0 0.47
HSL 183.61º 0.44% 0.37% -
HSV(B) 183.61º 0.61% 0.53% -
XYZ 14.03 18.77 26.18 -
YUV 108.25 143.66 88.59 -
System Red Green Blue C M Y K H S L
Decimal 53 131 136 0.61 0.04 0 0.47 183.61 0.44 0.37
Hex 35 83 88 3D 4 0 2F B8 2C 25
Octal 65 203 210 75 4 0 57 270 54 45
Binary 110101 10000011 10001000 111101 100 0 101111 10111000 101100 100101

Color Harmonies of #358388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358388

Black with #358388

Text Example


Text Example

White with #358388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358388; }

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

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

background-color css

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

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

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

border-color css

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

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

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