#309FC9

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

Shades of Pelorous #309FC9

Tints of Pelorous #309FC9

Color information

#309FC9 (or 0x309FC9) is unknown color: approx Pelorous. HEX triplet: 30, 9F and C9. RGB value is (48,159,201). Sum of RGB (Red+Green+Blue) = 48+159+201=408 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.76% from 408); Green value is 159 (62.5% from 255 or 38.97% from 408); Blue value is 201 (78.91% from 255 or 49.26% from 408); Max value from RGB is 201 - color contains mainly: blue. Hex color #309FC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309FC9 is #CF6036. Grayscale: #828282. Windows color (decimal): -13590583 or 13213488. OLE color: 13213488.

HSL color Cylindrical-coordinate representation of color #309FC9: hue angle of 196.47º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #309FC9 is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB48159201-
CMYK0.760.2100.21
HSL196.47º61.45%48.82%-
HSV(B)196.47º76.12%78.82%-
XYZ24.1629.6459.71-
YUV130.6167.7369.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.76%
GREEN value IS 159 (62.5% from 255) = 38.97%
BLUE value IS 201 (78.91% from 255) = 49.26%
R=11.76%
G=38.97%
B=49.26%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal481592010.760.2100.21196.4761.4548.82
Hex309FC94C15015c43d31
Octal60237311114250253047561
Binary110000100111111100100110011001010101010111000100111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,159,201); }

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

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

 a { background-color: rgb(48,159,201); }

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

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

 span { border-color: rgb(48,159,201); }

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