#3094CB

Color #3094CB Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #3094CB

Tints of Curious Blue #3094CB

Color information

#3094CB (or 0x3094CB) is unknown color: approx Curious Blue. HEX triplet: 30, 94 and CB. RGB value is (48,148,203). Sum of RGB (Red+Green+Blue) = 48+148+203=399 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.03% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #3094CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3094CB is #CF6B34. Grayscale: #7C7C7C. Windows color (decimal): -13593397 or 13341744. OLE color: 13341744.

HSL color Cylindrical-coordinate representation of color #3094CB: hue angle of 201.29º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3094CB is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB48148203-
CMYK0.760.2700.20
HSL201.29º61.75%49.22%-
HSV(B)201.29º76.35%79.61%-
XYZ22.5926.1260.35-
YUV124.37172.3773.53-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.03%
GREEN value IS 148 (58.20% from 255) = 37.09%
BLUE value IS 203 (79.69% from 255) = 50.88%
R=12.03%
G=37.09%
B=50.88%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal481482030.760.2700.20201.2961.7549.22
Hex3094CB4C1B014c93e31
Octal60224313114330243117661
Binary110000100101001100101110011001101101010011001001111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3094CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3094CB; }

 p { color: rgb(48,148,203); }

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

<style>
 a { background-color: #3094CB; }

 a { background-color: rgb(48,148,203); }

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

<style>
 span { border-color: #3094CB; }

 span { border-color: rgb(48,148,203); }

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