Html Css Color HEX #379AB7 Pelorous

📋 copy color: '#379AB7'

red 55 ◦ green 154 ◦ blue 183

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

Shades of Pelorous #379AB7

Tints of Pelorous #379AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 46.68%

R = 14.03%
G = 39.29%
B = 46.68%

CMYK

 C value IS 0.70

 M value IS 0.16

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#379AB7 (or 0x379AB7) is known color: Pelorous. HEX triplet: 37, 9A and B7. RGB value is (55,154,183). Sum of RGB (Red+Green+Blue) = 55+154+183=392 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.03% from 392); Green value is 154 (60.55% from 255 or 39.29% from 392); Blue value is 183 (71.88% from 255 or 46.68% from 392); Max value from RGB is 183 - color contains mainly: blue. Hex color #379AB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379AB7 is #C86548. Grayscale: #7F7F7F. Windows color (decimal): -13133129 or 12032567. OLE color: 12032567.

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

Color convert

RGB 55 154 183 -
CMYK 0.70 0.16 0 0.28
HSL 193.59º 0.54% 0.47% -
HSV(B) 193.59º 0.7% 0.72% -
XYZ 21.68 27.34 48.93 -
YUV 127.71 159.2 76.14 -
System Red Green Blue C M Y K H S L
Decimal 55 154 183 0.70 0.16 0 0.28 193.59 0.54 0.47
Hex 37 9A B7 46 10 0 1C C2 36 2F
Octal 67 232 267 106 20 0 34 302 66 57
Binary 110111 10011010 10110111 1000110 10000 0 11100 11000010 110110 101111

Color Harmonies of #379AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379AB7

Black with #379AB7

Text Example


Text Example

White with #379AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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