Html Css Color HEX #379FB4 Pelorous

📋 copy color: '#379FB4'

red 55 ◦ green 159 ◦ blue 180

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

Shades of Pelorous #379FB4

Tints of Pelorous #379FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 45.69%

R = 13.96%
G = 40.36%
B = 45.69%

CMYK

 C value IS 0.69

 M value IS 0.12

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#379FB4 (or 0x379FB4) is known color: Pelorous. HEX triplet: 37, 9F and B4. RGB value is (55,159,180). Sum of RGB (Red+Green+Blue) = 55+159+180=394 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.96% from 394); Green value is 159 (62.5% from 255 or 40.36% from 394); Blue value is 180 (70.70% from 255 or 45.69% from 394); Max value from RGB is 180 - color contains mainly: blue. Hex color #379FB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379FB4 is #C8604B. Grayscale: #828282. Windows color (decimal): -13131852 or 11837239. OLE color: 11837239.

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

Color convert

RGB 55 159 180 -
CMYK 0.69 0.12 0 0.29
HSL 190.08º 0.53% 0.46% -
HSV(B) 190.08º 0.69% 0.71% -
XYZ 22.21 28.9 47.59 -
YUV 130.3 156.04 74.29 -
System Red Green Blue C M Y K H S L
Decimal 55 159 180 0.69 0.12 0 0.29 190.08 0.53 0.46
Hex 37 9F B4 45 C 0 1D BE 35 2E
Octal 67 237 264 105 14 0 35 276 65 56
Binary 110111 10011111 10110100 1000101 1100 0 11101 10111110 110101 101110

Color Harmonies of #379FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379FB4

Black with #379FB4

Text Example


Text Example

White with #379FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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