Html Css Color HEX #379ADA Summer Sky

📋 copy color: '#379ADA'

red 55 ◦ green 154 ◦ blue 218

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

Shades of Summer Sky #379ADA

Tints of Summer Sky #379ADA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.07%

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

R = 12.88%
G = 36.07%
B = 51.05%

CMYK

 C value IS 0.75

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#379ADA (or 0x379ADA) is known color: Summer Sky. HEX triplet: 37, 9A and DA. RGB value is (55,154,218). Sum of RGB (Red+Green+Blue) = 55+154+218=427 (56% of max value = 765). Red value is 55 (21.88% from 255 or 12.88% from 427); Green value is 154 (60.55% from 255 or 36.07% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #379ADA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379ADA is #C86525. Grayscale: #838383. Windows color (decimal): -13133094 or 14326327. OLE color: 14326327.

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

Color convert

RGB 55 154 218 -
CMYK 0.75 0.29 0 0.15
HSL 203.56º 0.69% 0.54% -
HSV(B) 203.56º 0.75% 0.85% -
XYZ 25.79 28.99 70.57 -
YUV 131.7 176.7 73.3 -
System Red Green Blue C M Y K H S L
Decimal 55 154 218 0.75 0.29 0 0.15 203.56 0.69 0.54
Hex 37 9A DA 4B 1D 0 F CC 45 36
Octal 67 232 332 113 35 0 17 314 105 66
Binary 110111 10011010 11011010 1001011 11101 0 1111 11001100 1000101 110110

Color Harmonies of #379ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379ADA

Black with #379ADA

Text Example


Text Example

White with #379ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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