Html Css Color HEX #379EBC Pelorous

📋 copy color: '#379EBC'

red 55 ◦ green 158 ◦ blue 188

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

Shades of Pelorous #379EBC

Tints of Pelorous #379EBC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.4%

 BLUE value IS 188 (73.83% from 255) = 46.88%

R = 13.72%
G = 39.4%
B = 46.88%

CMYK

 C value IS 0.71

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#379EBC (or 0x379EBC) is known color: Pelorous. HEX triplet: 37, 9E and BC. RGB value is (55,158,188). Sum of RGB (Red+Green+Blue) = 55+158+188=401 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.72% from 401); Green value is 158 (62.11% from 255 or 39.40% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #379EBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379EBC is #C86143. Grayscale: #828282. Windows color (decimal): -13132100 or 12361271. OLE color: 12361271.

HSL color Cylindrical-coordinate representation of color #379EBC: hue angle of 193.53º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #379EBC is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 55 158 188 -
CMYK 0.71 0.16 0 0.26
HSL 193.53º 0.55% 0.48% -
HSV(B) 193.53º 0.71% 0.74% -
XYZ 22.88 28.9 51.95 -
YUV 130.62 160.38 74.06 -
System Red Green Blue C M Y K H S L
Decimal 55 158 188 0.71 0.16 0 0.26 193.53 0.55 0.48
Hex 37 9E BC 47 10 0 1A C2 37 30
Octal 67 236 274 107 20 0 32 302 67 60
Binary 110111 10011110 10111100 1000111 10000 0 11010 11000010 110111 110000

Color Harmonies of #379EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379EBC

Black with #379EBC

Text Example


Text Example

White with #379EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,158,188); }

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

background-color css

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

 a { background-color: rgb(55,158,188); }

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

border-color css

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

 span { border-color: rgb(55,158,188); }

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