Html Css Color HEX #379FCE Summer Sky

📋 copy color: '#379FCE'

red 55 ◦ green 159 ◦ blue 206

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

Shades of Summer Sky #379FCE

Tints of Summer Sky #379FCE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.86%

 BLUE value IS 206 (80.86% from 255) = 49.05%

R = 13.1%
G = 37.86%
B = 49.05%

CMYK

 C value IS 0.73

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#379FCE (or 0x379FCE) is known color: Summer Sky. HEX triplet: 37, 9F and CE. RGB value is (55,159,206). Sum of RGB (Red+Green+Blue) = 55+159+206=420 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.10% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #379FCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379FCE is #C86031. Grayscale: #848484. Windows color (decimal): -13131826 or 13541175. OLE color: 13541175.

HSL color Cylindrical-coordinate representation of color #379FCE: hue angle of 198.68º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #379FCE is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 55 159 206 -
CMYK 0.73 0.23 0 0.19
HSL 198.68º 0.61% 0.51% -
HSV(B) 198.68º 0.73% 0.81% -
XYZ 25.11 30.06 62.87 -
YUV 133.26 169.04 72.18 -
System Red Green Blue C M Y K H S L
Decimal 55 159 206 0.73 0.23 0 0.19 198.68 0.61 0.51
Hex 37 9F CE 49 17 0 13 C7 3D 33
Octal 67 237 316 111 27 0 23 307 75 63
Binary 110111 10011111 11001110 1001001 10111 0 10011 11000111 111101 110011

Color Harmonies of #379FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379FCE

Black with #379FCE

Text Example


Text Example

White with #379FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379FCE; }

 p { color: rgb(55,159,206); }

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

background-color css

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

 a { background-color: rgb(55,159,206); }

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

border-color css

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

 span { border-color: rgb(55,159,206); }

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