Html Css Color HEX #379DBA Pelorous

📋 copy color: '#379DBA'

red 55 ◦ green 157 ◦ blue 186

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

Shades of Pelorous #379DBA

Tints of Pelorous #379DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.73%

R = 13.82%
G = 39.45%
B = 46.73%

CMYK

 C value IS 0.70

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#379DBA (or 0x379DBA) is known color: Pelorous. HEX triplet: 37, 9D and BA. RGB value is (55,157,186). Sum of RGB (Red+Green+Blue) = 55+157+186=398 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.82% from 398); Green value is 157 (61.72% from 255 or 39.45% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #379DBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379DBA is #C86245. Grayscale: #818181. Windows color (decimal): -13132358 or 12229943. OLE color: 12229943.

HSL color Cylindrical-coordinate representation of color #379DBA: hue angle of 193.28º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #379DBA is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 55 157 186 -
CMYK 0.70 0.16 0 0.27
HSL 193.28º 0.54% 0.47% -
HSV(B) 193.28º 0.7% 0.73% -
XYZ 22.5 28.47 50.76 -
YUV 129.81 159.71 74.64 -
System Red Green Blue C M Y K H S L
Decimal 55 157 186 0.70 0.16 0 0.27 193.28 0.54 0.47
Hex 37 9D BA 46 10 0 1B C1 36 2F
Octal 67 235 272 106 20 0 33 301 66 57
Binary 110111 10011101 10111010 1000110 10000 0 11011 11000001 110110 101111

Color Harmonies of #379DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379DBA

Black with #379DBA

Text Example


Text Example

White with #379DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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