Html Css Color HEX #379FDA Summer Sky

📋 copy color: '#379FDA'

red 55 ◦ green 159 ◦ blue 218

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

Shades of Summer Sky #379FDA

Tints of Summer Sky #379FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.46%

R = 12.73%
G = 36.81%
B = 50.46%

CMYK

 C value IS 0.75

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#379FDA (or 0x379FDA) is known color: Summer Sky. HEX triplet: 37, 9F and DA. RGB value is (55,159,218). Sum of RGB (Red+Green+Blue) = 55+159+218=432 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.73% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #379FDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379FDA is #C86025. Grayscale: #868686. Windows color (decimal): -13131814 or 14327607. OLE color: 14327607.

HSL color Cylindrical-coordinate representation of color #379FDA: hue angle of 201.72º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #379FDA is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 55 159 218 -
CMYK 0.75 0.27 0 0.15
HSL 201.72º 0.69% 0.54% -
HSV(B) 201.72º 0.75% 0.85% -
XYZ 26.63 30.67 70.85 -
YUV 134.63 175.04 71.2 -
System Red Green Blue C M Y K H S L
Decimal 55 159 218 0.75 0.27 0 0.15 201.72 0.69 0.54
Hex 37 9F DA 4B 1B 0 F CA 45 36
Octal 67 237 332 113 33 0 17 312 105 66
Binary 110111 10011111 11011010 1001011 11011 0 1111 11001010 1000101 110110

Color Harmonies of #379FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379FDA

Black with #379FDA

Text Example


Text Example

White with #379FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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