Html Css Color HEX #379FAD Pelorous

📋 copy color: '#379FAD'

red 55 ◦ green 159 ◦ blue 173

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

Shades of Pelorous #379FAD

Tints of Pelorous #379FAD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.09%

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

R = 14.21%
G = 41.09%
B = 44.7%

CMYK

 C value IS 0.68

 M value IS 0.08

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#379FAD (or 0x379FAD) is known color: Pelorous. HEX triplet: 37, 9F and AD. RGB value is (55,159,173). Sum of RGB (Red+Green+Blue) = 55+159+173=387 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.21% from 387); Green value is 159 (62.5% from 255 or 41.09% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: blue. Hex color #379FAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379FAD is #C86052. Grayscale: #818181. Windows color (decimal): -13131859 or 11378487. OLE color: 11378487.

HSL color Cylindrical-coordinate representation of color #379FAD: hue angle of 187.12º 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 #379FAD is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 55 159 173 -
CMYK 0.68 0.08 0 0.32
HSL 187.12º 0.52% 0.45% -
HSV(B) 187.12º 0.68% 0.68% -
XYZ 21.52 28.63 43.93 -
YUV 129.5 152.54 74.86 -
System Red Green Blue C M Y K H S L
Decimal 55 159 173 0.68 0.08 0 0.32 187.12 0.52 0.45
Hex 37 9F AD 44 8 0 20 BB 34 2D
Octal 67 237 255 104 10 0 40 273 64 55
Binary 110111 10011111 10101101 1000100 1000 0 100000 10111011 110100 101101

Color Harmonies of #379FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379FAD

Black with #379FAD

Text Example


Text Example

White with #379FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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