#3099BF

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

Shades of Pelorous #3099BF

Tints of Pelorous #3099BF

Color information

#3099BF (or 0x3099BF) is unknown color: approx Pelorous. HEX triplet: 30, 99 and BF. RGB value is (48,153,191). Sum of RGB (Red+Green+Blue) = 48+153+191=392 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.24% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 191 (75% from 255 or 48.72% from 392); Max value from RGB is 191 - color contains mainly: blue. Hex color #3099BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3099BF is #CF6640. Grayscale: #7D7D7D. Windows color (decimal): -13592129 or 12556592. OLE color: 12556592.

HSL color Cylindrical-coordinate representation of color #3099BF: hue angle of 195.94º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3099BF is Cyan = 0.75, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB48153191-
CMYK0.750.2000.25
HSL195.94º59.83%46.86%-
HSV(B)195.94º74.87%74.9%-
XYZ22.0127.1753.37-
YUV125.94164.7172.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.24%
GREEN value IS 153 (60.16% from 255) = 39.03%
BLUE value IS 191 (75% from 255) = 48.72%
R=12.24%
G=39.03%
B=48.72%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal481531910.750.2000.25195.9459.8346.86
Hex3099BF4B14019c43c2f
Octal60231277113240313047457
Binary110000100110011011111110010111010001100111000100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3099BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3099BF; }

 p { color: rgb(48,153,191); }

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

<style>
 a { background-color: #3099BF; }

 a { background-color: rgb(48,153,191); }

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

<style>
 span { border-color: #3099BF; }

 span { border-color: rgb(48,153,191); }

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