#3091BA

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

Shades of Pelorous #3091BA

Tints of Pelorous #3091BA

Color information

#3091BA (or 0x3091BA) is unknown color: approx Pelorous. HEX triplet: 30, 91 and BA. RGB value is (48,145,186). Sum of RGB (Red+Green+Blue) = 48+145+186=379 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.66% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #3091BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3091BA is #CF6E45. Grayscale: #787878. Windows color (decimal): -13594182 or 12226864. OLE color: 12226864.

HSL color Cylindrical-coordinate representation of color #3091BA: hue angle of 197.83º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3091BA is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB48145186-
CMYK0.740.2200.27
HSL197.83º58.97%45.88%-
HSV(B)197.83º74.19%72.94%-
XYZ20.2124.4250.1-
YUV120.67164.8676.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.66%
GREEN value IS 145 (57.03% from 255) = 38.26%
BLUE value IS 186 (73.05% from 255) = 49.08%
R=12.66%
G=38.26%
B=49.08%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal481451860.740.2200.27197.8358.9745.88
Hex3091BA4A1601Bc63b2e
Octal60221272112260333067356
Binary110000100100011011101010010101011001101111000110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3091BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3091BA; }

 p { color: rgb(48,145,186); }

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

<style>
 a { background-color: #3091BA; }

 a { background-color: rgb(48,145,186); }

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

<style>
 span { border-color: #3091BA; }

 span { border-color: rgb(48,145,186); }

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