Html Css Color HEX #379CE1 Summer Sky

📋 copy color: '#379CE1'

red 55 ◦ green 156 ◦ blue 225

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

Shades of Summer Sky #379CE1

Tints of Summer Sky #379CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 51.61%

R = 12.61%
G = 35.78%
B = 51.61%

CMYK

 C value IS 0.76

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#379CE1 (or 0x379CE1) is known color: Summer Sky. HEX triplet: 37, 9C and E1. RGB value is (55,156,225). Sum of RGB (Red+Green+Blue) = 55+156+225=436 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.61% from 436); Green value is 156 (61.33% from 255 or 35.78% from 436); Blue value is 225 (88.28% from 255 or 51.61% from 436); Max value from RGB is 225 - color contains mainly: blue. Hex color #379CE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379CE1 is #C8631E. Grayscale: #858585. Windows color (decimal): -13132575 or 14785591. OLE color: 14785591.

HSL color Cylindrical-coordinate representation of color #379CE1: hue angle of 204.35º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #379CE1 is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 55 156 225 -
CMYK 0.76 0.31 0 0.12
HSL 204.35º 0.74% 0.55% -
HSV(B) 204.35º 0.76% 0.88% -
XYZ 27.05 30.03 75.6 -
YUV 133.67 179.54 71.89 -
System Red Green Blue C M Y K H S L
Decimal 55 156 225 0.76 0.31 0 0.12 204.35 0.74 0.55
Hex 37 9C E1 4C 1F 0 C CC 4A 37
Octal 67 234 341 114 37 0 14 314 112 67
Binary 110111 10011100 11100001 1001100 11111 0 1100 11001100 1001010 110111

Color Harmonies of #379CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379CE1

Black with #379CE1

Text Example


Text Example

White with #379CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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