Html Css Color HEX #379ABA Pelorous

📋 copy color: '#379ABA'

red 55 ◦ green 154 ◦ blue 186

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

Shades of Pelorous #379ABA

Tints of Pelorous #379ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.09%

R = 13.92%
G = 38.99%
B = 47.09%

CMYK

 C value IS 0.70

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#379ABA (or 0x379ABA) is known color: Pelorous. HEX triplet: 37, 9A and BA. RGB value is (55,154,186). Sum of RGB (Red+Green+Blue) = 55+154+186=395 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.92% from 395); Green value is 154 (60.55% from 255 or 38.99% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #379ABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379ABA is #C86545. Grayscale: #7F7F7F. Windows color (decimal): -13133126 or 12229175. OLE color: 12229175.

HSL color Cylindrical-coordinate representation of color #379ABA: hue angle of 194.66º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #379ABA is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 55 154 186 -
CMYK 0.70 0.17 0 0.27
HSL 194.66º 0.54% 0.47% -
HSV(B) 194.66º 0.7% 0.73% -
XYZ 21.99 27.47 50.6 -
YUV 128.05 160.7 75.9 -
System Red Green Blue C M Y K H S L
Decimal 55 154 186 0.70 0.17 0 0.27 194.66 0.54 0.47
Hex 37 9A BA 46 11 0 1B C3 36 2F
Octal 67 232 272 106 21 0 33 303 66 57
Binary 110111 10011010 10111010 1000110 10001 0 11011 11000011 110110 101111

Color Harmonies of #379ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379ABA

Black with #379ABA

Text Example


Text Example

White with #379ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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