#3095AF

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

Shades of Pelorous #3095AF

Tints of Pelorous #3095AF

Color information

#3095AF (or 0x3095AF) is unknown color: approx Pelorous. HEX triplet: 30, 95 and AF. RGB value is (48,149,175). Sum of RGB (Red+Green+Blue) = 48+149+175=372 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.90% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 175 (68.75% from 255 or 47.04% from 372); Max value from RGB is 175 - color contains mainly: blue. Hex color #3095AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3095AF is #CF6A50. Grayscale: #797979. Windows color (decimal): -13593169 or 11506992. OLE color: 11506992.

HSL color Cylindrical-coordinate representation of color #3095AF: hue angle of 192.28º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3095AF is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB48149175-
CMYK0.730.1500.31
HSL192.28º56.95%43.73%-
HSV(B)192.28º72.57%68.63%-
XYZ19.725.2244.39-
YUV121.76158.0475.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.90%
GREEN value IS 149 (58.59% from 255) = 40.05%
BLUE value IS 175 (68.75% from 255) = 47.04%
R=12.90%
G=40.05%
B=47.04%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal481491750.730.1500.31192.2856.9543.73
Hex3095AF49F01Fc0392c
Octal60225257111170373007154
Binary11000010010101101011111001001111101111111000000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3095AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3095AF; }

 p { color: rgb(48,149,175); }

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

<style>
 a { background-color: #3095AF; }

 a { background-color: rgb(48,149,175); }

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

<style>
 span { border-color: #3095AF; }

 span { border-color: rgb(48,149,175); }

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