#3092BB

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

Shades of Pelorous #3092BB

Tints of Pelorous #3092BB

Color information

#3092BB (or 0x3092BB) is unknown color: approx Pelorous. HEX triplet: 30, 92 and BB. RGB value is (48,146,187). Sum of RGB (Red+Green+Blue) = 48+146+187=381 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.60% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #3092BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3092BB is #CF6D44. Grayscale: #797979. Windows color (decimal): -13593925 or 12292656. OLE color: 12292656.

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

Color convert

RGB48146187-
CMYK0.740.2200.27
HSL197.7º59.15%46.08%-
HSV(B)197.7º74.33%73.33%-
XYZ20.4724.7750.72-
YUV121.37165.0375.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.60%
GREEN value IS 146 (57.42% from 255) = 38.32%
BLUE value IS 187 (73.44% from 255) = 49.08%
R=12.60%
G=38.32%
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
Decimal481461870.740.2200.27197.759.1546.08
Hex3092BB4A1601Bc63b2e
Octal60222273112260333067356
Binary110000100100101011101110010101011001101111000110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3092BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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