#3093BA

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

Shades of Pelorous #3093BA

Tints of Pelorous #3093BA

Color information

#3093BA (or 0x3093BA) is unknown color: approx Pelorous. HEX triplet: 30, 93 and BA. RGB value is (48,147,186). Sum of RGB (Red+Green+Blue) = 48+147+186=381 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.60% from 381); Green value is 147 (57.81% from 255 or 38.58% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #3093BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3093BA is #CF6C45. Grayscale: #797979. Windows color (decimal): -13593670 or 12227376. OLE color: 12227376.

HSL color Cylindrical-coordinate representation of color #3093BA: hue angle of 196.96º 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 #3093BA is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB48147186-
CMYK0.740.2100.27
HSL196.96º58.97%45.88%-
HSV(B)196.96º74.19%72.94%-
XYZ20.5225.0450.21-
YUV121.84164.275.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.60%
GREEN value IS 147 (57.81% from 255) = 38.58%
BLUE value IS 186 (73.05% from 255) = 48.82%
R=12.60%
G=38.58%
B=48.82%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal481471860.740.2100.27196.9658.9745.88
Hex3093BA4A1501Bc53b2e
Octal60223272112250333057356
Binary110000100100111011101010010101010101101111000101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3093BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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