#307EB0

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

Shades of Curious Blue #307EB0

Tints of Curious Blue #307EB0

Color information

#307EB0 (or 0x307EB0) is unknown color: approx Curious Blue. HEX triplet: 30, 7E and B0. RGB value is (48,126,176). Sum of RGB (Red+Green+Blue) = 48+126+176=350 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.71% from 350); Green value is 126 (49.61% from 255 or 36% from 350); Blue value is 176 (69.14% from 255 or 50.29% from 350); Max value from RGB is 176 - color contains mainly: blue. Hex color #307EB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307EB0 is #CF814F. Grayscale: #6C6C6C. Windows color (decimal): -13599056 or 11566640. OLE color: 11566640.

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

Color convert

RGB48126176-
CMYK0.730.2800.31
HSL203.44º57.14%43.92%-
HSV(B)203.44º72.73%69.02%-
XYZ16.5218.6843.81-
YUV108.38166.1684.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.71%
GREEN value IS 126 (49.61% from 255) = 36%
BLUE value IS 176 (69.14% from 255) = 50.29%
R=13.71%
G=36%
B=50.29%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal481261760.730.2800.31203.4457.1443.92
Hex307EB0491C01Fcb392c
Octal60176260111340373137154
Binary11000011111101011000010010011110001111111001011111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,126,176); }

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

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

 a { background-color: rgb(48,126,176); }

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

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

 span { border-color: rgb(48,126,176); }

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