Html Css Color HEX #379DAC Pelorous

📋 copy color: '#379DAC'

red 55 ◦ green 157 ◦ blue 172

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

Shades of Pelorous #379DAC

Tints of Pelorous #379DAC

RGB

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

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

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

R = 14.32%
G = 40.89%
B = 44.79%

CMYK

 C value IS 0.68

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#379DAC (or 0x379DAC) is known color: Pelorous. HEX triplet: 37, 9D and AC. RGB value is (55,157,172). Sum of RGB (Red+Green+Blue) = 55+157+172=384 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.32% from 384); Green value is 157 (61.72% from 255 or 40.89% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #379DAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379DAC is #C86253. Grayscale: #808080. Windows color (decimal): -13132372 or 11312439. OLE color: 11312439.

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

Color convert

RGB 55 157 172 -
CMYK 0.68 0.09 0 0.33
HSL 187.69º 0.52% 0.45% -
HSV(B) 187.69º 0.68% 0.67% -
XYZ 21.08 27.9 43.3 -
YUV 128.21 152.71 75.78 -
System Red Green Blue C M Y K H S L
Decimal 55 157 172 0.68 0.09 0 0.33 187.69 0.52 0.45
Hex 37 9D AC 44 9 0 21 BC 34 2D
Octal 67 235 254 104 11 0 41 274 64 55
Binary 110111 10011101 10101100 1000100 1001 0 100001 10111100 110100 101101

Color Harmonies of #379DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379DAC

Black with #379DAC

Text Example


Text Example

White with #379DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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