Html Css Color HEX #379AD2 Summer Sky

📋 copy color: '#379AD2'

red 55 ◦ green 154 ◦ blue 210

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

Shades of Summer Sky #379AD2

Tints of Summer Sky #379AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 50.12%

R = 13.13%
G = 36.75%
B = 50.12%

CMYK

 C value IS 0.74

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#379AD2 (or 0x379AD2) is known color: Summer Sky. HEX triplet: 37, 9A and D2. RGB value is (55,154,210). Sum of RGB (Red+Green+Blue) = 55+154+210=419 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.13% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 210 (82.42% from 255 or 50.12% from 419); Max value from RGB is 210 - color contains mainly: blue. Hex color #379AD2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379AD2 is #C8652D. Grayscale: #828282. Windows color (decimal): -13133102 or 13802039. OLE color: 13802039.

HSL color Cylindrical-coordinate representation of color #379AD2: hue angle of 201.68º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #379AD2 is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 55 154 210 -
CMYK 0.74 0.27 0 0.18
HSL 201.68º 0.63% 0.52% -
HSV(B) 201.68º 0.74% 0.82% -
XYZ 24.76 28.58 65.18 -
YUV 130.78 172.7 73.95 -
System Red Green Blue C M Y K H S L
Decimal 55 154 210 0.74 0.27 0 0.18 201.68 0.63 0.52
Hex 37 9A D2 4A 1B 0 12 CA 3F 34
Octal 67 232 322 112 33 0 22 312 77 64
Binary 110111 10011010 11010010 1001010 11011 0 10010 11001010 111111 110100

Color Harmonies of #379AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379AD2

Black with #379AD2

Text Example


Text Example

White with #379AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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