Html Css Color HEX #379DBC Pelorous

📋 copy color: '#379DBC'

red 55 ◦ green 157 ◦ blue 188

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

Shades of Pelorous #379DBC

Tints of Pelorous #379DBC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.25%

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

R = 13.75%
G = 39.25%
B = 47%

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

#379DBC (or 0x379DBC) is known color: Pelorous. HEX triplet: 37, 9D and BC. RGB value is (55,157,188). Sum of RGB (Red+Green+Blue) = 55+157+188=400 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.75% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #379DBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379DBC is #C86243. Grayscale: #818181. Windows color (decimal): -13132356 or 12361015. OLE color: 12361015.

HSL color Cylindrical-coordinate representation of color #379DBC: hue angle of 193.98º 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 #379DBC is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 55 157 188 -
CMYK 0.71 0.16 0 0.26
HSL 193.99º 0.55% 0.48% -
HSV(B) 193.99º 0.71% 0.74% -
XYZ 22.71 28.56 51.89 -
YUV 130.04 160.71 74.48 -
System Red Green Blue C M Y K H S L
Decimal 55 157 188 0.71 0.16 0 0.26 193.99 0.55 0.48
Hex 37 9D BC 47 10 0 1A C2 37 30
Octal 67 235 274 107 20 0 32 302 67 60
Binary 110111 10011101 10111100 1000111 10000 0 11010 11000010 110111 110000

Color Harmonies of #379DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379DBC

Black with #379DBC

Text Example


Text Example

White with #379DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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