Html Css Color HEX #379CDA Summer Sky

📋 copy color: '#379CDA'

red 55 ◦ green 156 ◦ blue 218

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

Shades of Summer Sky #379CDA

Tints of Summer Sky #379CDA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.36%

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

R = 12.82%
G = 36.36%
B = 50.82%

CMYK

 C value IS 0.75

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#379CDA (or 0x379CDA) is known color: Summer Sky. HEX triplet: 37, 9C and DA. RGB value is (55,156,218). Sum of RGB (Red+Green+Blue) = 55+156+218=429 (56% of max value = 765). Red value is 55 (21.88% from 255 or 12.82% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #379CDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379CDA is #C86325. Grayscale: #848484. Windows color (decimal): -13132582 or 14326839. OLE color: 14326839.

HSL color Cylindrical-coordinate representation of color #379CDA: hue angle of 202.82º 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 #379CDA is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 55 156 218 -
CMYK 0.75 0.28 0 0.15
HSL 202.82º 0.69% 0.54% -
HSV(B) 202.82º 0.75% 0.85% -
XYZ 26.12 29.65 70.68 -
YUV 132.87 176.04 72.46 -
System Red Green Blue C M Y K H S L
Decimal 55 156 218 0.75 0.28 0 0.15 202.82 0.69 0.54
Hex 37 9C DA 4B 1C 0 F CB 45 36
Octal 67 234 332 113 34 0 17 313 105 66
Binary 110111 10011100 11011010 1001011 11100 0 1111 11001011 1000101 110110

Color Harmonies of #379CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379CDA

Black with #379CDA

Text Example


Text Example

White with #379CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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