#307EB4

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

Shades of Curious Blue #307EB4

Tints of Curious Blue #307EB4

Color information

#307EB4 (or 0x307EB4) is unknown color: approx Curious Blue. HEX triplet: 30, 7E and B4. RGB value is (48,126,180). Sum of RGB (Red+Green+Blue) = 48+126+180=354 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.56% from 354); Green value is 126 (49.61% from 255 or 35.59% from 354); Blue value is 180 (70.70% from 255 or 50.85% from 354); Max value from RGB is 180 - color contains mainly: blue. Hex color #307EB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307EB4 is #CF814B. Grayscale: #6C6C6C. Windows color (decimal): -13599052 or 11828784. OLE color: 11828784.

HSL color Cylindrical-coordinate representation of color #307EB4: hue angle of 204.55º 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 #307EB4 is Cyan = 0.73, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB48126180-
CMYK0.730.300.29
HSL204.55º57.89%44.71%-
HSV(B)204.55º73.33%70.59%-
XYZ16.9218.8545.93-
YUV108.83168.1684.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.56%
GREEN value IS 126 (49.61% from 255) = 35.59%
BLUE value IS 180 (70.70% from 255) = 50.85%
R=13.56%
G=35.59%
B=50.85%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal481261800.730.300.29204.5557.8944.71
Hex307EB4491E01Dcd3a2d
Octal60176264111360353157255
Binary11000011111101011010010010011111001110111001101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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