Html Css Color HEX #379CCB Summer Sky

📋 copy color: '#379CCB'

red 55 ◦ green 156 ◦ blue 203

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

Shades of Summer Sky #379CCB

Tints of Summer Sky #379CCB

RGB

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

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

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

R = 13.29%
G = 37.68%
B = 49.03%

CMYK

 C value IS 0.73

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#379CCB (or 0x379CCB) is known color: Summer Sky. HEX triplet: 37, 9C and CB. RGB value is (55,156,203). Sum of RGB (Red+Green+Blue) = 55+156+203=414 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.29% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #379CCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379CCB is #C86334. Grayscale: #828282. Windows color (decimal): -13132597 or 13343799. OLE color: 13343799.

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

Color convert

RGB 55 156 203 -
CMYK 0.73 0.23 0 0.20
HSL 199.05º 0.59% 0.51% -
HSV(B) 199.05º 0.73% 0.8% -
XYZ 24.24 28.9 60.8 -
YUV 131.16 168.54 73.68 -
System Red Green Blue C M Y K H S L
Decimal 55 156 203 0.73 0.23 0 0.20 199.05 0.59 0.51
Hex 37 9C CB 49 17 0 14 C7 3B 33
Octal 67 234 313 111 27 0 24 307 73 63
Binary 110111 10011100 11001011 1001001 10111 0 10100 11000111 111011 110011

Color Harmonies of #379CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379CCB

Black with #379CCB

Text Example


Text Example

White with #379CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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