#309AC2

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

Shades of Pelorous #309AC2

Tints of Pelorous #309AC2

Color information

#309AC2 (or 0x309AC2) is unknown color: approx Pelorous. HEX triplet: 30, 9A and C2. RGB value is (48,154,194). Sum of RGB (Red+Green+Blue) = 48+154+194=396 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.12% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 194 (76.17% from 255 or 48.99% from 396); Max value from RGB is 194 - color contains mainly: blue. Hex color #309AC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309AC2 is #CF653D. Grayscale: #7E7E7E. Windows color (decimal): -13591870 or 12753456. OLE color: 12753456.

HSL color Cylindrical-coordinate representation of color #309AC2: hue angle of 196.44º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #309AC2 is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB48154194-
CMYK0.750.2100.24
HSL196.44º60.33%47.45%-
HSV(B)196.44º75.26%76.08%-
XYZ22.5127.6355.19-
YUV126.87165.8871.75-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.12%
GREEN value IS 154 (60.55% from 255) = 38.89%
BLUE value IS 194 (76.17% from 255) = 48.99%
R=12.12%
G=38.89%
B=48.99%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal481541940.750.2100.24196.4460.3347.45
Hex309AC24B15018c43c2f
Octal60232302113250303047457
Binary110000100110101100001010010111010101100011000100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309AC2; }

 p { color: rgb(48,154,194); }

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

<style>
 a { background-color: #309AC2; }

 a { background-color: rgb(48,154,194); }

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

<style>
 span { border-color: #309AC2; }

 span { border-color: rgb(48,154,194); }

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