Html Css Color HEX #379DEE Summer Sky

📋 copy color: '#379DEE'

red 55 ◦ green 157 ◦ blue 238

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

Shades of Summer Sky #379DEE

Tints of Summer Sky #379DEE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.89%

 BLUE value IS 238 (93.36% from 255) = 52.89%

R = 12.22%
G = 34.89%
B = 52.89%

CMYK

 C value IS 0.77

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#379DEE (or 0x379DEE) is known color: Summer Sky. HEX triplet: 37, 9D and EE. RGB value is (55,157,238). Sum of RGB (Red+Green+Blue) = 55+157+238=450 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.22% from 450); Green value is 157 (61.72% from 255 or 34.89% from 450); Blue value is 238 (93.36% from 255 or 52.89% from 450); Max value from RGB is 238 - color contains mainly: blue. Hex color #379DEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #379DEE is #C86211. Grayscale: #878787. Windows color (decimal): -13132306 or 15637815. OLE color: 15637815.

HSL color Cylindrical-coordinate representation of color #379DEE: hue angle of 206.56º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #379DEE is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 55 157 238 -
CMYK 0.77 0.34 0 0.07
HSL 206.56º 0.84% 0.57% -
HSV(B) 206.56º 0.77% 0.93% -
XYZ 29.07 31.1 85.36 -
YUV 135.74 185.71 70.41 -
System Red Green Blue C M Y K H S L
Decimal 55 157 238 0.77 0.34 0 0.07 206.56 0.84 0.57
Hex 37 9D EE 4D 22 0 7 CF 54 39
Octal 67 235 356 115 42 0 7 317 124 71
Binary 110111 10011101 11101110 1001101 100010 0 111 11001111 1010100 111001

Color Harmonies of #379DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379DEE

Black with #379DEE

Text Example


Text Example

White with #379DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,157,238); }

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

background-color css

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

 a { background-color: rgb(55,157,238); }

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

border-color css

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

 span { border-color: rgb(55,157,238); }

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