Html Css Color HEX #359491 Blue Chill

📋 copy color: '#359491'

red 53 ◦ green 148 ◦ blue 145

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

Shades of Blue Chill #359491

Tints of Blue Chill #359491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 41.91%

R = 15.32%
G = 42.77%
B = 41.91%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#359491 (or 0x359491) is known color: Blue Chill. HEX triplet: 35, 94 and 91. RGB value is (53,148,145). Sum of RGB (Red+Green+Blue) = 53+148+145=346 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.32% from 346); Green value is 148 (58.20% from 255 or 42.77% from 346); Blue value is 145 (57.03% from 255 or 41.91% from 346); Max value from RGB is 148 - color contains mainly: green. Hex color #359491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359491 is #CA6B6E. Grayscale: #777777. Windows color (decimal): -13265775 or 9540661. OLE color: 9540661.

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

Color convert

RGB 53 148 145 -
CMYK 0.64 0 0.02 0.42
HSL 178.11º 0.47% 0.39% -
HSV(B) 178.11º 0.64% 0.58% -
XYZ 17.17 23.98 30.51 -
YUV 119.25 142.53 80.74 -
System Red Green Blue C M Y K H S L
Decimal 53 148 145 0.64 0 0.02 0.42 178.11 0.47 0.39
Hex 35 94 91 40 0 2 2A B2 2F 27
Octal 65 224 221 100 0 2 52 262 57 47
Binary 110101 10010100 10010001 1000000 0 10 101010 10110010 101111 100111

Color Harmonies of #359491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359491

Black with #359491

Text Example


Text Example

White with #359491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359491; }

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

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

background-color css

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

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

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

border-color css

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

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

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