Html Css Color HEX #379BAF Pelorous

📋 copy color: '#379BAF'

red 55 ◦ green 155 ◦ blue 175

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

Shades of Pelorous #379BAF

Tints of Pelorous #379BAF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.26%

 BLUE value IS 175 (68.75% from 255) = 45.45%

R = 14.29%
G = 40.26%
B = 45.45%

CMYK

 C value IS 0.69

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#379BAF (or 0x379BAF) is known color: Pelorous. HEX triplet: 37, 9B and AF. RGB value is (55,155,175). Sum of RGB (Red+Green+Blue) = 55+155+175=385 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.29% from 385); Green value is 155 (60.94% from 255 or 40.26% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #379BAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379BAF is #C86450. Grayscale: #7F7F7F. Windows color (decimal): -13132881 or 11508535. OLE color: 11508535.

HSL color Cylindrical-coordinate representation of color #379BAF: hue angle of 190º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #379BAF is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 55 155 175 -
CMYK 0.69 0.11 0 0.31
HSL 190º 0.52% 0.45% -
HSV(B) 190º 0.69% 0.69% -
XYZ 21.03 27.35 44.73 -
YUV 127.38 154.87 76.37 -
System Red Green Blue C M Y K H S L
Decimal 55 155 175 0.69 0.11 0 0.31 190 0.52 0.45
Hex 37 9B AF 45 B 0 1F BE 34 2D
Octal 67 233 257 105 13 0 37 276 64 55
Binary 110111 10011011 10101111 1000101 1011 0 11111 10111110 110100 101101

Color Harmonies of #379BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379BAF

Black with #379BAF

Text Example


Text Example

White with #379BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,155,175); }

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

background-color css

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

 a { background-color: rgb(55,155,175); }

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

border-color css

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

 span { border-color: rgb(55,155,175); }

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