#3092C4

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

Shades of Curious Blue #3092C4

Tints of Curious Blue #3092C4

Color information

#3092C4 (or 0x3092C4) is unknown color: approx Curious Blue. HEX triplet: 30, 92 and C4. RGB value is (48,146,196). Sum of RGB (Red+Green+Blue) = 48+146+196=390 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.31% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 196 (76.95% from 255 or 50.26% from 390); Max value from RGB is 196 - color contains mainly: blue. Hex color #3092C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3092C4 is #CF6D3B. Grayscale: #7A7A7A. Windows color (decimal): -13593916 or 12882480. OLE color: 12882480.

HSL color Cylindrical-coordinate representation of color #3092C4: hue angle of 200.27º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3092C4 is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB48146196-
CMYK0.760.2600.23
HSL200.27º60.66%47.84%-
HSV(B)200.27º75.51%76.86%-
XYZ21.4625.1755.95-
YUV122.4169.5374.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.31%
GREEN value IS 146 (57.42% from 255) = 37.44%
BLUE value IS 196 (76.95% from 255) = 50.26%
R=12.31%
G=37.44%
B=50.26%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal481461960.760.2600.23200.2760.6647.84
Hex3092C44C1A017c83d30
Octal60222304114320273107560
Binary110000100100101100010010011001101001011111001000111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3092C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3092C4; }

 p { color: rgb(48,146,196); }

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

<style>
 a { background-color: #3092C4; }

 a { background-color: rgb(48,146,196); }

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

<style>
 span { border-color: #3092C4; }

 span { border-color: rgb(48,146,196); }

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