#3092B8

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

Shades of Pelorous #3092B8

Tints of Pelorous #3092B8

Color information

#3092B8 (or 0x3092B8) is unknown color: approx Pelorous. HEX triplet: 30, 92 and B8. RGB value is (48,146,184). Sum of RGB (Red+Green+Blue) = 48+146+184=378 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.70% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 184 (72.27% from 255 or 48.68% from 378); Max value from RGB is 184 - color contains mainly: blue. Hex color #3092B8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3092B8 is #CF6D47. Grayscale: #787878. Windows color (decimal): -13593928 or 12096048. OLE color: 12096048.

HSL color Cylindrical-coordinate representation of color #3092B8: hue angle of 196.76º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3092B8 is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB48146184-
CMYK0.740.2100.28
HSL196.76º58.62%45.49%-
HSV(B)196.76º73.91%72.16%-
XYZ20.1524.6549.04-
YUV121.03163.5375.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.70%
GREEN value IS 146 (57.42% from 255) = 38.62%
BLUE value IS 184 (72.27% from 255) = 48.68%
R=12.70%
G=38.62%
B=48.68%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal481461840.740.2100.28196.7658.6245.49
Hex3092B84A1501Cc53b2d
Octal60222270112250343057355
Binary110000100100101011100010010101010101110011000101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3092B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3092B8; }

 p { color: rgb(48,146,184); }

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

<style>
 a { background-color: #3092B8; }

 a { background-color: rgb(48,146,184); }

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

<style>
 span { border-color: #3092B8; }

 span { border-color: rgb(48,146,184); }

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