Html Css Color HEX #379EAC Pelorous

📋 copy color: '#379EAC'

red 55 ◦ green 158 ◦ blue 172

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

Shades of Pelorous #379EAC

Tints of Pelorous #379EAC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.04%

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

R = 14.29%
G = 41.04%
B = 44.68%

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

#379EAC (or 0x379EAC) is known color: Pelorous. HEX triplet: 37, 9E and AC. RGB value is (55,158,172). Sum of RGB (Red+Green+Blue) = 55+158+172=385 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.29% from 385); Green value is 158 (62.11% from 255 or 41.04% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #379EAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379EAC is #C86153. Grayscale: #808080. Windows color (decimal): -13132116 or 11312695. OLE color: 11312695.

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

Color convert

RGB 55 158 172 -
CMYK 0.68 0.08 0 0.33
HSL 187.18º 0.52% 0.45% -
HSV(B) 187.18º 0.68% 0.67% -
XYZ 21.25 28.24 43.36 -
YUV 128.8 152.38 75.36 -
System Red Green Blue C M Y K H S L
Decimal 55 158 172 0.68 0.08 0 0.33 187.18 0.52 0.45
Hex 37 9E AC 44 8 0 21 BB 34 2D
Octal 67 236 254 104 10 0 41 273 64 55
Binary 110111 10011110 10101100 1000100 1000 0 100001 10111011 110100 101101

Color Harmonies of #379EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379EAC

Black with #379EAC

Text Example


Text Example

White with #379EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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