Html Css Color HEX #379BAD Pelorous

📋 copy color: '#379BAD'

red 55 ◦ green 155 ◦ blue 173

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

Shades of Pelorous #379BAD

Tints of Pelorous #379BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.17%

R = 14.36%
G = 40.47%
B = 45.17%

CMYK

 C value IS 0.68

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#379BAD (or 0x379BAD) is known color: Pelorous. HEX triplet: 37, 9B and AD. RGB value is (55,155,173). Sum of RGB (Red+Green+Blue) = 55+155+173=383 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.36% from 383); Green value is 155 (60.94% from 255 or 40.47% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 173 - color contains mainly: blue. Hex color #379BAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379BAD is #C86452. Grayscale: #7E7E7E. Windows color (decimal): -13132883 or 11377463. OLE color: 11377463.

HSL color Cylindrical-coordinate representation of color #379BAD: hue angle of 189.15º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #379BAD is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 55 155 173 -
CMYK 0.68 0.10 0 0.32
HSL 189.15º 0.52% 0.45% -
HSV(B) 189.15º 0.68% 0.68% -
XYZ 20.84 27.27 43.7 -
YUV 127.15 153.87 76.54 -
System Red Green Blue C M Y K H S L
Decimal 55 155 173 0.68 0.10 0 0.32 189.15 0.52 0.45
Hex 37 9B AD 44 A 0 20 BD 34 2D
Octal 67 233 255 104 12 0 40 275 64 55
Binary 110111 10011011 10101101 1000100 1010 0 100000 10111101 110100 101101

Color Harmonies of #379BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379BAD

Black with #379BAD

Text Example


Text Example

White with #379BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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