Html Css Color HEX #379498 Blue Chill

📋 copy color: '#379498'

red 55 ◦ green 148 ◦ blue 152

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

Shades of Blue Chill #379498

Tints of Blue Chill #379498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 42.82%

R = 15.49%
G = 41.69%
B = 42.82%

CMYK

 C value IS 0.64

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#379498 (or 0x379498) is known color: Blue Chill. HEX triplet: 37, 94 and 98. RGB value is (55,148,152). Sum of RGB (Red+Green+Blue) = 55+148+152=355 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.49% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 152 (59.77% from 255 or 42.82% from 355); Max value from RGB is 152 - color contains mainly: blue. Hex color #379498 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379498 is #C86B67. Grayscale: #787878. Windows color (decimal): -13134696 or 9999415. OLE color: 9999415.

HSL color Cylindrical-coordinate representation of color #379498: hue angle of 182.47º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #379498 is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 55 148 152 -
CMYK 0.64 0.03 0 0.40
HSL 182.47º 0.47% 0.41% -
HSV(B) 182.47º 0.64% 0.6% -
XYZ 17.83 24.26 33.45 -
YUV 120.65 145.69 81.17 -
System Red Green Blue C M Y K H S L
Decimal 55 148 152 0.64 0.03 0 0.40 182.47 0.47 0.41
Hex 37 94 98 40 3 0 28 B6 2F 29
Octal 67 224 230 100 3 0 50 266 57 51
Binary 110111 10010100 10011000 1000000 11 0 101000 10110110 101111 101001

Color Harmonies of #379498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379498

Black with #379498

Text Example


Text Example

White with #379498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379498; }

 p { color: rgb(55,148,152); }

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

background-color css

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

 a { background-color: rgb(55,148,152); }

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

border-color css

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

 span { border-color: rgb(55,148,152); }

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