#3094c8

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

Shades of Curious Blue #3094C8

Tints of Curious Blue #3094C8

Color information

#3094C8 (or 0x3094C8) is unknown color: approx Curious Blue. HEX triplet: 30, 94 and C8. RGB value is (48,148,200). Sum of RGB (Red+Green+Blue) = 48+148+200=396 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.12% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 200 (78.52% from 255 or 50.51% from 396); Max value from RGB is 200 - color contains mainly: blue. Hex color #3094C8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3094C8 is #CF6B37. Grayscale: #7B7B7B. Windows color (decimal): -13593400 or 13145136. OLE color: 13145136.

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

Color convert

RGB48148200-
CMYK0.760.2600.22
HSL200.53º61.29%48.63%-
HSV(B)200.53º76%78.43%-
XYZ22.2325.9858.49-
YUV124.03170.8773.77-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.12%
GREEN value IS 148 (58.20% from 255) = 37.37%
BLUE value IS 200 (78.52% from 255) = 50.51%
R=12.12%
G=37.37%
B=50.51%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal481482000.760.2600.22200.5361.2948.63
Hex3094C84C1A016c93d31
Octal60224310114320263117561
Binary110000100101001100100010011001101001011011001001111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3094c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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