#307AB2

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

Shades of Curious Blue #307AB2

Tints of Curious Blue #307AB2

Color information

#307AB2 (or 0x307AB2) is unknown color: approx Curious Blue. HEX triplet: 30, 7A and B2. RGB value is (48,122,178). Sum of RGB (Red+Green+Blue) = 48+122+178=348 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.79% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 178 (69.92% from 255 or 51.15% from 348); Max value from RGB is 178 - color contains mainly: blue. Hex color #307AB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307AB2 is #CF854D. Grayscale: #696969. Windows color (decimal): -13600078 or 11696688. OLE color: 11696688.

HSL color Cylindrical-coordinate representation of color #307AB2: hue angle of 205.85º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #307AB2 is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB48122178-
CMYK0.730.3100.30
HSL205.85º57.52%44.31%-
HSV(B)205.85º73.03%69.8%-
XYZ16.2117.7644.69-
YUV106.26168.4886.45-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.79%
GREEN value IS 122 (48.05% from 255) = 35.06%
BLUE value IS 178 (69.92% from 255) = 51.15%
R=13.79%
G=35.06%
B=51.15%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal481221780.730.3100.30205.8557.5244.31
Hex307AB2491F01Ece3a2c
Octal60172262111370363167254
Binary11000011110101011001010010011111101111011001110111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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