Html Css Color HEX #379BCE Summer Sky

📋 copy color: '#379BCE'

red 55 ◦ green 155 ◦ blue 206

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

Shades of Summer Sky #379BCE

Tints of Summer Sky #379BCE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.26%

 BLUE value IS 206 (80.86% from 255) = 49.52%

R = 13.22%
G = 37.26%
B = 49.52%

CMYK

 C value IS 0.73

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#379BCE (or 0x379BCE) is known color: Summer Sky. HEX triplet: 37, 9B and CE. RGB value is (55,155,206). Sum of RGB (Red+Green+Blue) = 55+155+206=416 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.22% from 416); Green value is 155 (60.94% from 255 or 37.26% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #379BCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379BCE is #C86431. Grayscale: #828282. Windows color (decimal): -13132850 or 13540151. OLE color: 13540151.

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

Color convert

RGB 55 155 206 -
CMYK 0.73 0.25 0 0.19
HSL 200.26º 0.61% 0.51% -
HSV(B) 200.26º 0.73% 0.81% -
XYZ 24.44 28.71 62.65 -
YUV 130.91 170.37 73.85 -
System Red Green Blue C M Y K H S L
Decimal 55 155 206 0.73 0.25 0 0.19 200.26 0.61 0.51
Hex 37 9B CE 49 19 0 13 C8 3D 33
Octal 67 233 316 111 31 0 23 310 75 63
Binary 110111 10011011 11001110 1001001 11001 0 10011 11001000 111101 110011

Color Harmonies of #379BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379BCE

Black with #379BCE

Text Example


Text Example

White with #379BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,155,206); }

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

background-color css

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

 a { background-color: rgb(55,155,206); }

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

border-color css

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

 span { border-color: rgb(55,155,206); }

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