Html Css Color HEX #379FAC Pelorous

📋 copy color: '#379FAC'

red 55 ◦ green 159 ◦ blue 172

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

Shades of Pelorous #379FAC

Tints of Pelorous #379FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.56%

R = 14.25%
G = 41.19%
B = 44.56%

CMYK

 C value IS 0.68

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#379FAC (or 0x379FAC) is known color: Pelorous. HEX triplet: 37, 9F and AC. RGB value is (55,159,172). Sum of RGB (Red+Green+Blue) = 55+159+172=386 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.25% from 386); Green value is 159 (62.5% from 255 or 41.19% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #379FAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379FAC is #C86053. Grayscale: #818181. Windows color (decimal): -13131860 or 11312951. OLE color: 11312951.

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

Color convert

RGB 55 159 172 -
CMYK 0.68 0.08 0 0.33
HSL 186.67º 0.52% 0.45% -
HSV(B) 186.67º 0.68% 0.67% -
XYZ 21.42 28.59 43.42 -
YUV 129.39 152.04 74.94 -
System Red Green Blue C M Y K H S L
Decimal 55 159 172 0.68 0.08 0 0.33 186.67 0.52 0.45
Hex 37 9F AC 44 8 0 21 BB 34 2D
Octal 67 237 254 104 10 0 41 273 64 55
Binary 110111 10011111 10101100 1000100 1000 0 100001 10111011 110100 101101

Color Harmonies of #379FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379FAC

Black with #379FAC

Text Example


Text Example

White with #379FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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