#307CB4

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

Shades of Curious Blue #307CB4

Tints of Curious Blue #307CB4

Color information

#307CB4 (or 0x307CB4) is unknown color: approx Curious Blue. HEX triplet: 30, 7C and B4. RGB value is (48,124,180). Sum of RGB (Red+Green+Blue) = 48+124+180=352 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.64% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 180 (70.70% from 255 or 51.14% from 352); Max value from RGB is 180 - color contains mainly: blue. Hex color #307CB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307CB4 is #CF834B. Grayscale: #6B6B6B. Windows color (decimal): -13599564 or 11828272. OLE color: 11828272.

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

Color convert

RGB48124180-
CMYK0.730.3100.29
HSL205.45º57.89%44.71%-
HSV(B)205.45º73.33%70.59%-
XYZ16.6618.3445.84-
YUV107.66168.8285.45-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.64%
GREEN value IS 124 (48.83% from 255) = 35.23%
BLUE value IS 180 (70.70% from 255) = 51.14%
R=13.64%
G=35.23%
B=51.14%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal481241800.730.3100.29205.4557.8944.71
Hex307CB4491F01Dcd3a2d
Octal60174264111370353157255
Binary11000011111001011010010010011111101110111001101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,124,180); }

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

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

 a { background-color: rgb(48,124,180); }

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

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

 span { border-color: rgb(48,124,180); }

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