#309bc7

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

Shades of Pelorous #309BC7

Tints of Pelorous #309BC7

Color information

#309BC7 (or 0x309BC7) is unknown color: approx Pelorous. HEX triplet: 30, 9B and C7. RGB value is (48,155,199). Sum of RGB (Red+Green+Blue) = 48+155+199=402 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.94% from 402); Green value is 155 (60.94% from 255 or 38.56% from 402); Blue value is 199 (78.12% from 255 or 49.50% from 402); Max value from RGB is 199 - color contains mainly: blue. Hex color #309BC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309BC7 is #CF6438. Grayscale: #7F7F7F. Windows color (decimal): -13591609 or 13081392. OLE color: 13081392.

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

Color convert

RGB48155199-
CMYK0.760.2200.22
HSL197.48º61.13%48.43%-
HSV(B)197.48º75.88%78.04%-
XYZ23.2528.1958.25-
YUV128.02168.0570.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.94%
GREEN value IS 155 (60.94% from 255) = 38.56%
BLUE value IS 199 (78.12% from 255) = 49.50%
R=11.94%
G=38.56%
B=49.50%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal481551990.760.2200.22197.4861.1348.43
Hex309BC74C16016c53d30
Octal60233307114260263057560
Binary110000100110111100011110011001011001011011000101111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309bc7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,155,199); }

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

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

 a { background-color: rgb(48,155,199); }

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

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

 span { border-color: rgb(48,155,199); }

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