Html Css Color HEX #379FAB Pelorous

📋 copy color: '#379FAB'

red 55 ◦ green 159 ◦ blue 171

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

Shades of Pelorous #379FAB

Tints of Pelorous #379FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.42%

R = 14.29%
G = 41.3%
B = 44.42%

CMYK

 C value IS 0.68

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#379FAB (or 0x379FAB) is known color: Pelorous. HEX triplet: 37, 9F and AB. RGB value is (55,159,171). Sum of RGB (Red+Green+Blue) = 55+159+171=385 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.29% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #379FAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379FAB is #C86054. Grayscale: #818181. Windows color (decimal): -13131861 or 11247415. OLE color: 11247415.

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

Color convert

RGB 55 159 171 -
CMYK 0.68 0.07 0 0.33
HSL 186.21º 0.51% 0.44% -
HSV(B) 186.21º 0.68% 0.67% -
XYZ 21.32 28.55 42.91 -
YUV 129.27 151.54 75.02 -
System Red Green Blue C M Y K H S L
Decimal 55 159 171 0.68 0.07 0 0.33 186.21 0.51 0.44
Hex 37 9F AB 44 7 0 21 BA 33 2C
Octal 67 237 253 104 7 0 41 272 63 54
Binary 110111 10011111 10101011 1000100 111 0 100001 10111010 110011 101100

Color Harmonies of #379FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379FAB

Black with #379FAB

Text Example


Text Example

White with #379FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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