#3098AF

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

Shades of Pelorous #3098AF

Tints of Pelorous #3098AF

Color information

#3098AF (or 0x3098AF) is unknown color: approx Pelorous. HEX triplet: 30, 98 and AF. RGB value is (48,152,175). Sum of RGB (Red+Green+Blue) = 48+152+175=375 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.8% from 375); Green value is 152 (59.77% from 255 or 40.53% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #3098AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3098AF is #CF6750. Grayscale: #7B7B7B. Windows color (decimal): -13592401 or 11507760. OLE color: 11507760.

HSL color Cylindrical-coordinate representation of color #3098AF: hue angle of 190.87º 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 #3098AF is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB48152175-
CMYK0.730.1300.31
HSL190.87º56.95%43.73%-
HSV(B)190.87º72.57%68.63%-
XYZ20.1926.1844.55-
YUV123.53157.0474.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.8%
GREEN value IS 152 (59.77% from 255) = 40.53%
BLUE value IS 175 (68.75% from 255) = 46.67%
R=12.8%
G=40.53%
B=46.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal481521750.730.1300.31190.8756.9543.73
Hex3098AF49D01Fbf392c
Octal60230257111150372777154
Binary11000010011000101011111001001110101111110111111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3098AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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