#307AC2

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

Shades of Curious Blue #307AC2

Tints of Curious Blue #307AC2

Color information

#307AC2 (or 0x307AC2) is unknown color: approx Curious Blue. HEX triplet: 30, 7A and C2. RGB value is (48,122,194). Sum of RGB (Red+Green+Blue) = 48+122+194=364 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.19% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 194 (76.17% from 255 or 53.30% from 364); Max value from RGB is 194 - color contains mainly: blue. Hex color #307AC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307AC2 is #CF853D. Grayscale: #6B6B6B. Windows color (decimal): -13600062 or 12745264. OLE color: 12745264.

HSL color Cylindrical-coordinate representation of color #307AC2: hue angle of 209.59º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #307AC2 is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB48122194-
CMYK0.750.3700.24
HSL209.59º60.33%47.45%-
HSV(B)209.59º75.26%76.08%-
XYZ17.9218.4453.65-
YUV108.08176.4885.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.19%
GREEN value IS 122 (48.05% from 255) = 33.52%
BLUE value IS 194 (76.17% from 255) = 53.30%
R=13.19%
G=33.52%
B=53.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal481221940.750.3700.24209.5960.3347.45
Hex307AC24B25018d23c2f
Octal60172302113450303227457
Binary110000111101011000010100101110010101100011010010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307AC2; }

 p { color: rgb(48,122,194); }

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

<style>
 a { background-color: #307AC2; }

 a { background-color: rgb(48,122,194); }

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

<style>
 span { border-color: #307AC2; }

 span { border-color: rgb(48,122,194); }

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