Html Css Color HEX #379FF0 Summer Sky

📋 copy color: '#379FF0'

red 55 ◦ green 159 ◦ blue 240

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

Shades of Summer Sky #379FF0

Tints of Summer Sky #379FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 52.86%

R = 12.11%
G = 35.02%
B = 52.86%

CMYK

 C value IS 0.77

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#379FF0 (or 0x379FF0) is known color: Summer Sky. HEX triplet: 37, 9F and F0. RGB value is (55,159,240). Sum of RGB (Red+Green+Blue) = 55+159+240=454 (60% of max value = 765). Red value is 55 (21.88% from 255 or 12.11% from 454); Green value is 159 (62.5% from 255 or 35.02% from 454); Blue value is 240 (94.14% from 255 or 52.86% from 454); Max value from RGB is 240 - color contains mainly: blue. Hex color #379FF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #379FF0 is #C8600F. Grayscale: #888888. Windows color (decimal): -13131792 or 15769399. OLE color: 15769399.

HSL color Cylindrical-coordinate representation of color #379FF0: hue angle of 206.27º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #379FF0 is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 55 159 240 -
CMYK 0.77 0.34 0 0.06
HSL 206.27º 0.86% 0.58% -
HSV(B) 206.27º 0.77% 0.94% -
XYZ 29.7 31.9 87.03 -
YUV 137.14 186.04 69.41 -
System Red Green Blue C M Y K H S L
Decimal 55 159 240 0.77 0.34 0 0.06 206.27 0.86 0.58
Hex 37 9F F0 4D 22 0 6 CE 56 3A
Octal 67 237 360 115 42 0 6 316 126 72
Binary 110111 10011111 11110000 1001101 100010 0 110 11001110 1010110 111010

Color Harmonies of #379FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379FF0

Black with #379FF0

Text Example


Text Example

White with #379FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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