Html Css Color HEX #379FCB Summer Sky

📋 copy color: '#379FCB'

red 55 ◦ green 159 ◦ blue 203

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

Shades of Summer Sky #379FCB

Tints of Summer Sky #379FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.68%

R = 13.19%
G = 38.13%
B = 48.68%

CMYK

 C value IS 0.73

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#379FCB (or 0x379FCB) is known color: Summer Sky. HEX triplet: 37, 9F and CB. RGB value is (55,159,203). Sum of RGB (Red+Green+Blue) = 55+159+203=417 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.19% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #379FCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379FCB is #C86034. Grayscale: #848484. Windows color (decimal): -13131829 or 13344567. OLE color: 13344567.

HSL color Cylindrical-coordinate representation of color #379FCB: hue angle of 197.84º 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 #379FCB is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 55 159 203 -
CMYK 0.73 0.22 0 0.20
HSL 197.84º 0.59% 0.51% -
HSV(B) 197.84º 0.73% 0.8% -
XYZ 24.75 29.92 60.97 -
YUV 132.92 167.54 72.42 -
System Red Green Blue C M Y K H S L
Decimal 55 159 203 0.73 0.22 0 0.20 197.84 0.59 0.51
Hex 37 9F CB 49 16 0 14 C6 3B 33
Octal 67 237 313 111 26 0 24 306 73 63
Binary 110111 10011111 11001011 1001001 10110 0 10100 11000110 111011 110011

Color Harmonies of #379FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379FCB

Black with #379FCB

Text Example


Text Example

White with #379FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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