Html Css Color HEX #379DCF Summer Sky

📋 copy color: '#379DCF'

red 55 ◦ green 157 ◦ blue 207

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

Shades of Summer Sky #379DCF

Tints of Summer Sky #379DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.4%

R = 13.13%
G = 37.47%
B = 49.4%

CMYK

 C value IS 0.73

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#379DCF (or 0x379DCF) is known color: Summer Sky. HEX triplet: 37, 9D and CF. RGB value is (55,157,207). Sum of RGB (Red+Green+Blue) = 55+157+207=419 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.13% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #379DCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379DCF is #C86230. Grayscale: #838383. Windows color (decimal): -13132337 or 13606199. OLE color: 13606199.

HSL color Cylindrical-coordinate representation of color #379DCF: hue angle of 199.74º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #379DCF is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 55 157 207 -
CMYK 0.73 0.24 0 0.19
HSL 199.74º 0.61% 0.51% -
HSV(B) 199.74º 0.73% 0.81% -
XYZ 24.9 29.43 63.4 -
YUV 132.2 170.21 72.93 -
System Red Green Blue C M Y K H S L
Decimal 55 157 207 0.73 0.24 0 0.19 199.74 0.61 0.51
Hex 37 9D CF 49 18 0 13 C8 3D 33
Octal 67 235 317 111 30 0 23 310 75 63
Binary 110111 10011101 11001111 1001001 11000 0 10011 11001000 111101 110011

Color Harmonies of #379DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379DCF

Black with #379DCF

Text Example


Text Example

White with #379DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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