Html Css Color HEX #379AB3 Pelorous

📋 copy color: '#379AB3'

red 55 ◦ green 154 ◦ blue 179

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

Shades of Pelorous #379AB3

Tints of Pelorous #379AB3

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.69%

 BLUE value IS 179 (70.31% from 255) = 46.13%

R = 14.18%
G = 39.69%
B = 46.13%

CMYK

 C value IS 0.69

 M value IS 0.14

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#379AB3 (or 0x379AB3) is known color: Pelorous. HEX triplet: 37, 9A and B3. RGB value is (55,154,179). Sum of RGB (Red+Green+Blue) = 55+154+179=388 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.18% from 388); Green value is 154 (60.55% from 255 or 39.69% from 388); Blue value is 179 (70.31% from 255 or 46.13% from 388); Max value from RGB is 179 - color contains mainly: blue. Hex color #379AB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379AB3 is #C8654C. Grayscale: #7F7F7F. Windows color (decimal): -13133133 or 11770423. OLE color: 11770423.

HSL color Cylindrical-coordinate representation of color #379AB3: hue angle of 192.1º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #379AB3 is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 55 154 179 -
CMYK 0.69 0.14 0 0.30
HSL 192.1º 0.53% 0.46% -
HSV(B) 192.1º 0.69% 0.7% -
XYZ 21.27 27.18 46.77 -
YUV 127.25 157.2 76.47 -
System Red Green Blue C M Y K H S L
Decimal 55 154 179 0.69 0.14 0 0.30 192.1 0.53 0.46
Hex 37 9A B3 45 E 0 1E C0 35 2E
Octal 67 232 263 105 16 0 36 300 65 56
Binary 110111 10011010 10110011 1000101 1110 0 11110 11000000 110101 101110

Color Harmonies of #379AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379AB3

Black with #379AB3

Text Example


Text Example

White with #379AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,154,179); }

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

background-color css

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

 a { background-color: rgb(55,154,179); }

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

border-color css

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

 span { border-color: rgb(55,154,179); }

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