Html Css Color HEX #379FCC Summer Sky

📋 copy color: '#379FCC'

red 55 ◦ green 159 ◦ blue 204

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

Shades of Summer Sky #379FCC

Tints of Summer Sky #379FCC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.04%

 BLUE value IS 204 (80.08% from 255) = 48.8%

R = 13.16%
G = 38.04%
B = 48.8%

CMYK

 C value IS 0.73

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#379FCC (or 0x379FCC) is known color: Summer Sky. HEX triplet: 37, 9F and CC. RGB value is (55,159,204). Sum of RGB (Red+Green+Blue) = 55+159+204=418 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.16% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #379FCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379FCC is #C86033. Grayscale: #848484. Windows color (decimal): -13131828 or 13410103. OLE color: 13410103.

HSL color Cylindrical-coordinate representation of color #379FCC: hue angle of 198.12º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #379FCC is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 55 159 204 -
CMYK 0.73 0.22 0 0.2
HSL 198.12º 0.59% 0.51% -
HSV(B) 198.12º 0.73% 0.8% -
XYZ 24.87 29.97 61.6 -
YUV 133.03 168.04 72.34 -
System Red Green Blue C M Y K H S L
Decimal 55 159 204 0.73 0.22 0 0.2 198.12 0.59 0.51
Hex 37 9F CC 49 16 0 14 C6 3B 33
Octal 67 237 314 111 26 0 24 306 73 63
Binary 110111 10011111 11001100 1001001 10110 0 10100 11000110 111011 110011

Color Harmonies of #379FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379FCC

Black with #379FCC

Text Example


Text Example

White with #379FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,159,204); }

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

background-color css

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

 a { background-color: rgb(55,159,204); }

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

border-color css

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

 span { border-color: rgb(55,159,204); }

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