Html Css Color HEX #379092 Blue Chill

📋 copy color: '#379092'

red 55 ◦ green 144 ◦ blue 146

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

Shades of Blue Chill #379092

Tints of Blue Chill #379092

RGB

 RED value IS 55 (21.88% from 255) = 15.94%

 GREEN value IS 144 (56.64% from 255) = 41.74%

 BLUE value IS 146 (57.42% from 255) = 42.32%

R = 15.94%
G = 41.74%
B = 42.32%

CMYK

 C value IS 0.62

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#379092 (or 0x379092) is known color: Blue Chill. HEX triplet: 37, 90 and 92. RGB value is (55,144,146). Sum of RGB (Red+Green+Blue) = 55+144+146=345 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.94% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 146 - color contains mainly: blue. Hex color #379092 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379092 is #C86F6D. Grayscale: #757575. Windows color (decimal): -13135726 or 9605175. OLE color: 9605175.

HSL color Cylindrical-coordinate representation of color #379092: hue angle of 181.32º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #379092 is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 55 144 146 -
CMYK 0.62 0.01 0 0.43
HSL 181.32º 0.45% 0.39% -
HSV(B) 181.32º 0.62% 0.57% -
XYZ 16.74 22.83 30.72 -
YUV 117.62 144.01 83.34 -
System Red Green Blue C M Y K H S L
Decimal 55 144 146 0.62 0.01 0 0.43 181.32 0.45 0.39
Hex 37 90 92 3E 1 0 2B B5 2D 27
Octal 67 220 222 76 1 0 53 265 55 47
Binary 110111 10010000 10010010 111110 1 0 101011 10110101 101101 100111

Color Harmonies of #379092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379092

Black with #379092

Text Example


Text Example

White with #379092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379092; }

 p { color: rgb(55,144,146); }

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

background-color css

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

 a { background-color: rgb(55,144,146); }

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

border-color css

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

 span { border-color: rgb(55,144,146); }

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