#3798BC

Color #3798BC Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #3798BC

Tints of Pelorous #3798BC

Color information

#3798BC (or 0x3798BC) is unknown color: approx Pelorous. HEX triplet: 37, 98 and BC. RGB value is (55,152,188). Sum of RGB (Red+Green+Blue) = 55+152+188=395 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.92% from 395); Green value is 152 (59.77% from 255 or 38.48% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #3798BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3798BC is #C86743. Grayscale: #7E7E7E. Windows color (decimal): -13133636 or 12359735. OLE color: 12359735.

HSL color Cylindrical-coordinate representation of color #3798BC: hue angle of 196.24º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3798BC is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB55152188-
CMYK0.710.1900.26
HSL196.24º54.73%47.65%-
HSV(B)196.24º70.74%73.73%-
XYZ21.8826.951.62-
YUV127.1162.3676.57-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.92%
GREEN value IS 152 (59.77% from 255) = 38.48%
BLUE value IS 188 (73.83% from 255) = 47.59%
R=13.92%
G=38.48%
B=47.59%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal551521880.710.1900.26196.2454.7347.65
Hex3798BC471301Ac43730
Octal67230274107230323046760
Binary110111100110001011110010001111001101101011000100110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3798BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3798BC; }

 p { color: rgb(55,152,188); }

 H1.HeaderClassName
 {
   color: #3798BC;
 }
 .AnyTagClassName
 {
   color: #3798BC;
 }
</style>
background-color css

<style>
 a { background-color: #3798BC; }

 a { background-color: rgb(55,152,188); }

 div.DivClassName
 {
   background-color: #3798BC;
 }
 .BgClassName
 {
   background-color: #3798BC;
 }
</style>
border-color css

<style>
 span { border-color: #3798BC; }

 span { border-color: rgb(55,152,188); }

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